diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-02 22:42:54 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | de010513c22947a905b27a164fa9975d6a8b5d63 (patch) | |
tree | 4eff34327102ea12cbb28bc2e4c8f2f738351f8b /config.h.in | |
parent | 4560e69b51b9e517bc5c7edbb80bc567f5bae2fd (diff) |
Improve autoconf conditionals (i.e. make them work..)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index b762cefe..3acd3c5c 100644 --- a/config.h.in +++ b/config.h.in @@ -15,12 +15,12 @@ /* Define to 1 if a Linux-style forkpty is available */ #undef HAVE_FORKPTY_LINUX +/* Define to 1 if GTK and GDK are available */ +#undef HAVE_GTK + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if libPNG is available */ -#undef HAVE_LIBPNG - /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -46,6 +46,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |