diff options
Diffstat (limited to 'Build/source/libs/gd/config.hin')
-rw-r--r-- | Build/source/libs/gd/config.hin | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/libs/gd/config.hin b/Build/source/libs/gd/config.hin new file mode 100644 index 00000000000..49f2f472c56 --- /dev/null +++ b/Build/source/libs/gd/config.hin @@ -0,0 +1,28 @@ +/* config.hin. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if you have the <errno.h> header file. */ +#undef HAVE_ERRNO_H + +/* Define if you have the <limits.h> header file. */ +#undef HAVE_LIMITS_H + +/* Define if you have the <stddef.h> header file. */ +#undef HAVE_STDDEF_H + +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + +/* Define if you have the z library (-lz). */ +#undef HAVE_LIBZ |