diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-12-12 13:27:52 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-12-12 13:27:52 +0000 |
commit | 01ec0d25feda61bfe4a4d04a97893d40618aad5d (patch) | |
tree | 0a7471c05c0ac87bab6c025aff6d947c0c8f8b5c | |
parent | 67f00dfa8a3261149a8114e0686de75aa4b929aa (diff) |
config.h.in shouldn't be in version control
-rw-r--r-- | config.h.in | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/config.h.in b/config.h.in deleted file mode 100644 index 6137887..0000000 --- a/config.h.in +++ /dev/null @@ -1,92 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* enable debugging */ -#undef DEBUG - -/* foo */ -#undef GETTEXT_PACKAGE - -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - -/* GeoIP Support. */ -#undef HAVE_GEOIP - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define if libappindicator is available */ -#undef HAVE_LIBAPPINDICATOR - -/* Define if libnotify is available */ -#undef HAVE_LIBNOTIFY - -/* Define if libproxy is available */ -#undef HAVE_LIBPROXY - -/* Define if libunique is available */ -#undef HAVE_LIBUNIQUE - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* gettext catalogs */ -#undef LOCALEDIR - -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#undef LT_OBJDIR - -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* 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 - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Define to `unsigned int' if <sys/types.h> does not define. */ -#undef size_t |