Sfoglia il codice sorgente

Remove AIX/MINIX support

Bryan Drewery 11 anni fa
parent
commit
9f71f55c2b
3 ha cambiato i file con 389 aggiunte e 592 eliminazioni
  1. 0 5
      build/autotools/configure.ac
  2. 388 551
      configure
  3. 1 36
      src/config.h.in

+ 0 - 5
build/autotools/configure.ac

@@ -19,11 +19,6 @@ AC_PROG_CXX([g++49 g++-4.9 g++48 g++-4.8 g++47 g++-4.7 g++46 g++-4.6 g++45 g++-4
 dnl AC_PROG_CC([gcc34 gcc-3.4 gcc33 gcc3 gcc-3.3 gcc cc c1])
 dnl AC_PROG_CC([gcc34 gcc-3.4 gcc33 gcc3 gcc-3.3 gcc cc c1])
 EGG_CHECK_CC
 EGG_CHECK_CC
 
 
-# Crazy machines
-AC_AIX
-AC_ISC_POSIX
-AC_MINIX
-
 #checkpoint
 #checkpoint
 AC_CACHE_SAVE 
 AC_CACHE_SAVE 
 
 

File diff suppressed because it is too large
+ 388 - 551
configure


+ 1 - 36
src/config.h.in

@@ -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. */

Some files were not shown because too many files changed in this diff