diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 01:32:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 01:32:46 -0500 |
commit | 83db47a8e8e9ee1bca9888f138fd225d5e9c3823 (patch) | |
tree | b43adf87ebf3b7c2a43da804ad0a3d14c71b8616 /src/include/config.h.in | |
parent | 3c1b9d82e423b5d8ed9e3200af0a83cc3d5d80ba (diff) | |
download | calfuse-83db47a8e8e9ee1bca9888f138fd225d5e9c3823.tar.gz |
Using older autotools to appeal to older distros
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 9 |
1 files changed, 2 insertions, 7 deletions
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 <unistd.h> 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 |