Make config.h.win32 match what the configure script produces

This commit is contained in:
Tor Lillqvist 2010-03-22 15:33:38 +02:00
parent 580ecb32d9
commit 365fd70f26

View File

@ -2,6 +2,9 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* define if asm blocks can use numeric local labels */
/* #undef ASM_NUMERIC_LABELS */
@ -25,6 +28,9 @@
/* always defined to indicate that i18n is enabled */
#define ENABLE_NLS 1
/* include GRegex */
#define ENABLE_REGEX /**/
/* Define the gettext package to be used */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
@ -61,6 +67,12 @@
/* arm atomic implementation */
/* #undef G_ATOMIC_ARM */
/* cris atomic implementation */
/* #undef G_ATOMIC_CRIS */
/* crisv32 atomic implementation */
/* #undef G_ATOMIC_CRISV32 */
/* i486 atomic implementation */
#ifndef _MSC_VER
#define G_ATOMIC_I486 1
@ -118,6 +130,9 @@
*/
/* #undef HAVE_ALLOCA_H */
/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
/* #undef HAVE_ARPA_NAMESER_COMPAT_H */
/* Define to 1 if you have the `atexit' function. */
#define HAVE_ATEXIT 1
@ -172,6 +187,9 @@
/* Define to 1 if you have the `endmntent' function. */
/* #undef HAVE_ENDMNTENT */
/* Define to 1 if you have the `endservent' function. */
/* #undef HAVE_ENDSERVENT */
/* Define if we have FAM */
/* #undef HAVE_FAM */
@ -196,6 +214,12 @@
/* Define to 1 if you have the <fstab.h> header file. */
/* #undef HAVE_FSTAB_H */
/* Define to 1 if you have the `fsync' function. */
/* #undef HAVE_FSYNC */
/* we have the futex(2) system call */
/* #undef HAVE_FUTEX */
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
@ -211,6 +235,9 @@
/* Define to 1 if you have the `getmntinfo' function. */
/* #undef HAVE_GETMNTINFO */
/* Define to 1 if you have the `getprotobyname_r' function. */
/* #undef HAVE_GETPROTOBYNAME_R */
/* Define to 1 if you have the `getpwuid' function. */
/* #undef HAVE_GETPWUID */
@ -229,6 +256,9 @@
/* Define to 1 if you have the `hasmntopt' function. */
/* #undef HAVE_HASMNTOPT */
/* Define to 1 if you have the `inotify_init1' function. */
/* #undef HAVE_INOTIFY_INIT1 */
/* define to support printing 64-bit integers with format I64 */
#define HAVE_INT64_AND_I64 1
@ -257,6 +287,9 @@
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
/* #undef HAVE_LANGINFO_CODESET */
/* Define to 1 if you have the `lchmod' function. */
/* #undef HAVE_LCHMOD */
/* Define to 1 if you have the `lchown' function. */
/* #undef HAVE_LCHOWN */
@ -303,7 +336,7 @@
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mmap' system call. */
/* Define to 1 if you have the `mmap' function. */
/* #undef HAVE_MMAP */
/* Define to 1 if you have the <mntent.h> header file. */
@ -315,6 +348,9 @@
/* Define to 1 if you have the `nanosleep' function. */
/* #undef HAVE_NANOSLEEP */
/* Define to 1 if you have the <netdb.h> header file. */
/* #undef HAVE_NETDB_H */
/* Have non-POSIX function getgrgid_r */
/* #undef HAVE_NONPOSIX_GETGRGID_R */
@ -327,6 +363,9 @@
/* Define to 1 if you have the `on_exit' function. */
/* #undef HAVE_ON_EXIT */
/* Define to 1 if you have the `pipe2' function. */
/* #undef HAVE_PIPE2 */
/* Define to 1 if you have the `poll' function. */
/* #undef HAVE_POLL */
@ -369,6 +408,12 @@
/* Define to 1 if you have the `setmntent' function. */
/* #undef HAVE_SETMNTENT */
/* Define to 1 if you have the `setresuid' function. */
/* #undef HAVE_SETRESUID */
/* Define to 1 if you have the `setreuid' function. */
/* #undef HAVE_SETREUID */
/* Define to 1 if you have the `snprintf' function. */
#ifndef _MSC_VER
#define HAVE_SNPRINTF 1
@ -379,6 +424,9 @@
/* #undef HAVE_SNPRINTF */
#endif /* _MSC_VER */
/* Define to 1 if you have the `splice' function. */
/* #undef HAVE_SPLICE */
/* Define to 1 if you have the `statfs' function. */
/* #undef HAVE_STATFS */
@ -439,6 +487,9 @@
/* #undef HAVE_STRNCASECMP */
#endif /* _MSC_VER or __DMC__ */
/* Define to 1 if you have the `strndup' function. */
/* #undef HAVE_STRNDUP */
/* Define to 1 if you have the `strsignal' function. */
/* #undef HAVE_STRSIGNAL */
@ -500,6 +551,9 @@
/* Define to 1 if you have the <sys/poll.h> header file. */
/* #undef HAVE_SYS_POLL_H */
/* Define to 1 if you have the <sys/prctl.h> header file. */
/* #undef HAVE_SYS_PRCTL_H */
/* Define to 1 if you have the <sys/resource.h> header file. */
/* #undef HAVE_SYS_RESOURCE_H */
@ -531,6 +585,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/uio.h> header file. */
/* #undef HAVE_SYS_UIO_H */
/* Define to 1 if you have the <sys/vfstab.h> header file. */
/* #undef HAVE_SYS_VFSTAB_H */
@ -620,6 +677,10 @@
/* Define to 1 if you have the `_NSGetEnviron' function. */
/* #undef HAVE__NSGETENVIRON */
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"
/* Do we cache iconv descriptors */
#define NEED_ICONV_CACHE 1
@ -726,8 +787,8 @@
/* using the system-supplied PCRE library */
/* #undef USE_SYSTEM_PCRE */
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
/* #undef WORDS_BIGENDIAN */
/* Number of bits in a file offset, on hosts where this is settable. */
@ -736,6 +797,15 @@
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
/* #undef _XOPEN_SOURCE */
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
/* #undef _XOPEN_SOURCE_EXTENDED */
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
/* #undef __EXTENSIONS__ */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */