From de010513c22947a905b27a164fa9975d6a8b5d63 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 2 Dec 2010 22:42:54 +0100 Subject: Improve autoconf conditionals (i.e. make them work..) --- config.h.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.h.in') 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 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 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 header file. */ #undef HAVE_SYS_STAT_H -- cgit v1.2.3