Browse Source

Merge branch 'maint'

* maint:
  Remove AIX/MINIX support

Conflicts:
	configure
Bryan Drewery 11 years ago
parent
commit
5c0d91cfa3
3 changed files with 588 additions and 1005 deletions
  1. 0 5
      build/autotools/configure.ac
  2. 588 968
      configure
  3. 0 32
      src/config.h.in

+ 0 - 5
build/autotools/configure.ac

@@ -21,11 +21,6 @@ AC_REQUIRE_CPP
 AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])
 EGG_CHECK_CC
 
-# Crazy machines
-AC_AIX
-AC_ISC_POSIX
-AC_MINIX
-
 #checkpoint
 AC_CACHE_SAVE 
 

File diff suppressed because it is too large
+ 588 - 968
configure


+ 0 - 32
src/config.h.in

@@ -319,28 +319,6 @@
 /* Define if you want TCL Script support */
 #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
    significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD
@@ -353,16 +331,6 @@
 # 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>,
    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    #define below would cause a syntax error. */

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