From 83db47a8e8e9ee1bca9888f138fd225d5e9c3823 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 7 Mar 2015 01:32:46 -0500 Subject: Using older autotools to appeal to older distros --- src/include/config.h.in | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/include/config.h.in') diff --git a/src/include/config.h.in b/src/include/config.h.in index 587246e..bd79a2f 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -94,10 +94,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if the system has the type `_Bool'. */ -#undef HAVE__BOOL - -/* Define to the sub-directory where libtool stores uninstalled libraries. */ +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ #undef LT_OBJDIR /* Name of package */ @@ -115,9 +113,6 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION -- cgit