Ignore:
Timestamp:
Mar 14, 2018, 10:58:32 PM (7 years ago)
Author:
bird
Message:

kmk: linux merge fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.linux

    r3140 r3141  
    11/* config.h.  Generated from config.h.in by configure.  */
    22/* config.h.in.  Generated from configure.in by autoheader.  */
     3
     4/*
     5 * bird: Move up this bunch so we can include features.h early.
     6 */
     7
     8/* Enable extensions on AIX 3, Interix.  */
     9#ifndef _ALL_SOURCE
     10# define _ALL_SOURCE 1
     11#endif
     12/* Enable GNU extensions on systems that have them.  */
     13#ifndef _GNU_SOURCE
     14# define _GNU_SOURCE 1
     15#endif
     16/* Enable threading extensions on Solaris.  */
     17#ifndef _POSIX_PTHREAD_SEMANTICS
     18# define _POSIX_PTHREAD_SEMANTICS 1
     19#endif
     20/* Enable extensions on HP NonStop.  */
     21#ifndef _TANDEM_SOURCE
     22# define _TANDEM_SOURCE 1
     23#endif
     24/* Enable general extensions on Solaris.  */
     25#ifndef __EXTENSIONS__
     26# define __EXTENSIONS__ 1
     27#endif
     28
     29#include <features.h> /* bird */
     30
    331
    432/* Define to 1 if the `closedir' function returns void instead of `int'. */
     
    397425
    398426
    399 /* Enable extensions on AIX 3, Interix.  */
    400 #ifndef _ALL_SOURCE
    401 # define _ALL_SOURCE 1
    402 #endif
    403 /* Enable GNU extensions on systems that have them.  */
    404 #ifndef _GNU_SOURCE
    405 # define _GNU_SOURCE 1
    406 #endif
    407 /* Enable threading extensions on Solaris.  */
    408 #ifndef _POSIX_PTHREAD_SEMANTICS
    409 # define _POSIX_PTHREAD_SEMANTICS 1
    410 #endif
    411 /* Enable extensions on HP NonStop.  */
    412 #ifndef _TANDEM_SOURCE
    413 # define _TANDEM_SOURCE 1
    414 #endif
    415 /* Enable general extensions on Solaris.  */
    416 #ifndef __EXTENSIONS__
    417 # define __EXTENSIONS__ 1
    418 #endif
    419 
    420 
    421427/* Version number of package */
    422428#define VERSION "3.82"
Note: See TracChangeset for help on using the changeset viewer.