|
@@ -84,7 +84,7 @@
|
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
|
|
#undef HAVE_LOCALE_H
|
|
#undef HAVE_LOCALE_H
|
|
|
|
|
|
|
|
-/* Define to 1 if the system has the type 'long long int'. */
|
|
|
|
|
|
|
+/* Define to 1 if the system has the type `long long int'. */
|
|
|
#undef HAVE_LONG_LONG_INT
|
|
#undef HAVE_LONG_LONG_INT
|
|
|
|
|
|
|
|
/* Define to 1 if `lstat' has the bug that it succeeds when given the
|
|
/* Define to 1 if `lstat' has the bug that it succeeds when given the
|
|
@@ -240,9 +240,6 @@
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
#undef HAVE_UNISTD_H
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
|
|
|
-/* Define to 1 if the system has the type 'unsigned long long int'. */
|
|
|
|
|
-#undef HAVE_UNSIGNED_LONG_LONG_INT
|
|
|
|
|
-
|
|
|
|
|
/* Define to 1 if you have the `vfork' function. */
|
|
/* Define to 1 if you have the `vfork' function. */
|
|
|
#undef HAVE_VFORK
|
|
#undef HAVE_VFORK
|
|
|
|
|
|
|
@@ -319,28 +316,6 @@
|
|
|
/* Define if you want TCL Script support */
|
|
/* Define if you want TCL Script support */
|
|
|
#undef USE_SCRIPT_TCL
|
|
#undef USE_SCRIPT_TCL
|
|
|
|
|
|
|
|
-/* Enable extensions on AIX 3, Interix. */
|
|
|
|
|
-#ifndef _ALL_SOURCE
|
|
|
|
|
-# undef _ALL_SOURCE
|
|
|
|
|
-#endif
|
|
|
|
|
-/* Enable GNU extensions on systems that have them. */
|
|
|
|
|
-#ifndef _GNU_SOURCE
|
|
|
|
|
-# undef _GNU_SOURCE
|
|
|
|
|
-#endif
|
|
|
|
|
-/* Enable threading extensions on Solaris. */
|
|
|
|
|
-#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
|
|
|
-# undef _POSIX_PTHREAD_SEMANTICS
|
|
|
|
|
-#endif
|
|
|
|
|
-/* Enable extensions on HP NonStop. */
|
|
|
|
|
-#ifndef _TANDEM_SOURCE
|
|
|
|
|
-# undef _TANDEM_SOURCE
|
|
|
|
|
-#endif
|
|
|
|
|
-/* Enable general extensions on Solaris. */
|
|
|
|
|
-#ifndef __EXTENSIONS__
|
|
|
|
|
-# undef __EXTENSIONS__
|
|
|
|
|
-#endif
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
@@ -353,16 +328,6 @@
|
|
|
# endif
|
|
# endif
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
-/* Define to 1 if on MINIX. */
|
|
|
|
|
-#undef _MINIX
|
|
|
|
|
-
|
|
|
|
|
-/* Define to 2 if the system does not provide POSIX.1 features except with
|
|
|
|
|
- this defined. */
|
|
|
|
|
-#undef _POSIX_1_SOURCE
|
|
|
|
|
-
|
|
|
|
|
-/* Define to 1 if you need to in order for `stat' and other things to work. */
|
|
|
|
|
-#undef _POSIX_SOURCE
|
|
|
|
|
-
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
|
|
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
|
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
|
|
#define below would cause a syntax error. */
|
|
#define below would cause a syntax error. */
|