diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-12 18:39:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-12 18:39:44 +0100 |
commit | 4bf70b6101f969e2c996afd2e64e272224b6b3b4 (patch) | |
tree | 9921b51e215dd9321f09f9b089bcce3a7aba6fc5 /src | |
parent | ab381a92b9d120e698a9361c9d7d08ebbdfa94dc (diff) |
Remove unused stuff from config.h.in
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/config.h.in b/src/config.h.in index 75777c7..042d07c 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,32 +1,11 @@ /* src/config.h.in. Generated from configure.ac by autoheader. */ -/* Define to 1 if you have the `jpeg' library (-ljpeg). */ -#undef HAVE_LIBJPEG - -/* Define to 1 if you have the `Xext' library (-lXext). */ -#undef HAVE_LIBXEXT - /* Define to 1 if you have the `Xinerama' library (-lXinerama). */ #undef HAVE_LIBXINERAMA /* 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 version of this package. */ -#undef PACKAGE_VERSION - /* Version number of package */ #undef VERSION |