VirtualBox

Changeset 2671 in kBuild


Ignore:
Timestamp:
Nov 27, 2012 8:58:33 AM (12 years ago)
Author:
bird
Message:

build fixes

File:
1 edited

Legend:

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

    r2591 r2671  
    3939#define HAVE_ATEXIT 1
    4040
    41 /* Define to 1 if you have the `bsd_signal' function. */
    42 #define HAVE_BSD_SIGNAL 1
    43 
    4441/* Use case insensitive file names */
    4542/* #undef HAVE_CASE_INSENSITIVE_FS */
     
    4744/* Define to 1 if you have the clock_gettime function. */
    4845#define HAVE_CLOCK_GETTIME 1
     46
     47/* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you
     48   don't. */
     49#define HAVE_DECL_BSD_SIGNAL 1
    4950
    5051/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
     
    7980#define HAVE_FDOPEN 1
    8081
     82/* Define to 1 if you have the `fileno' function. */
     83#define HAVE_FILENO 1
     84
    8185/* Define to 1 if you have the `fork' function. */
    8286#define HAVE_FORK 1
     
    221225#define HAVE_STRING_H 1
    222226
     227/* Define to 1 if you have the `strncasecmp' function. */
     228#define HAVE_STRNCASECMP 1
     229
     230/* Define to 1 if you have the `strncmpi' function. */
     231/* #undef HAVE_STRNCMPI */
     232
     233/* Define to 1 if you have the `strndup' function. */
     234#define HAVE_STRNDUP 1
     235
     236/* Define to 1 if you have the `strnicmp' function. */
     237/* #undef HAVE_STRNICMP */
     238
    223239/* Define to 1 if you have the `strsignal' function. */
    224240#define HAVE_STRSIGNAL 1
    225241
    226 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
     242/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
    227243/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
    228244
     
    319335/* Define to the one symbol short name of this package. */
    320336#define PACKAGE_TARNAME "make"
     337
     338/* Define to the home page for this package. */
     339#define PACKAGE_URL "http://kbuild.org/"
    321340
    322341/* Define to the version of this package. */
     
    373392/* #undef UMAX4_3 */
    374393
     394
     395/* Enable extensions on AIX 3, Interix.  */
     396#ifndef _ALL_SOURCE
     397# define _ALL_SOURCE 1
     398#endif
     399/* Enable GNU extensions on systems that have them.  */
     400#ifndef _GNU_SOURCE
     401# define _GNU_SOURCE 1
     402#endif
     403/* Enable threading extensions on Solaris.  */
     404#ifndef _POSIX_PTHREAD_SEMANTICS
     405# define _POSIX_PTHREAD_SEMANTICS 1
     406#endif
     407/* Enable extensions on HP NonStop.  */
     408#ifndef _TANDEM_SOURCE
     409# define _TANDEM_SOURCE 1
     410#endif
     411/* Enable general extensions on Solaris.  */
     412#ifndef __EXTENSIONS__
     413# define __EXTENSIONS__ 1
     414#endif
     415
     416
    375417/* Version number of package */
    376418#define VERSION "3.82"
     
    417459/* #undef pid_t */
    418460
     461/* Define to `unsigned int' if <sys/types.h> does not define. */
     462/* #undef size_t */
     463
    419464/* Define to `int' if <sys/types.h> doesn't define. */
    420465/* #undef uid_t */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette