[BACK]Return to config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / usr.bin / common / arch / m68k

Annotation of src/external/gpl3/binutils.old/usr.bin/common/arch/m68k/config.h, Revision 1.4.8.1

1.1       christos    1: /* This file is automatically generated.  DO NOT EDIT! */
1.3       christos    2: /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
                      3: /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
1.1       christos    4:
                      5: /* config.h.  Generated from config.in by configure.  */
1.3       christos    6: /* config.in.  Generated from configure.ac by autoheader.  */
1.1       christos    7:
                      8: /* Check that config.h is #included before system headers
                      9:    (this works only for glibc, but that should be enough).  */
                     10: #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
                     11: #  error config.h must be #included before system headers
                     12: #endif
                     13: #define __CONFIG_H__ 1
                     14:
                     15: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
                     16:    systems. This function is required for `alloca.c' support on those systems.
                     17:    */
                     18: /* #undef CRAY_STACKSEG_END */
                     19:
                     20: /* Define to 1 if using `alloca.c'. */
                     21: /* #undef C_ALLOCA */
                     22:
                     23: /* Should ar and ranlib use -D behavior by default? */
                     24: #define DEFAULT_AR_DETERMINISTIC 0
                     25:
1.3       christos   26: /* Should strings use -a behavior by default? */
                     27: #define DEFAULT_STRINGS_ALL 1
                     28:
1.1       christos   29: /* Define to 1 if translation of program messages to the user's native
                     30:    language is requested. */
                     31: #define ENABLE_NLS 1
                     32:
                     33: /* Suffix used for executables, if any. */
                     34: #define EXECUTABLE_SUFFIX ""
                     35:
                     36: /* Define to 1 if you have `alloca', as a function or macro. */
                     37: #define HAVE_ALLOCA 1
                     38:
                     39: /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
                     40:    */
                     41: /* #undef HAVE_ALLOCA_H */
                     42:
                     43: /* Define to 1 if you have the declaration of `environ', and to 0 if you
                     44:    don't. */
                     45: #define HAVE_DECL_ENVIRON 0
                     46:
                     47: /* Define to 1 if you have the declaration of `fprintf', and to 0 if you
                     48:    don't. */
                     49: #define HAVE_DECL_FPRINTF 1
                     50:
                     51: /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
                     52:    don't. */
                     53: #define HAVE_DECL_GETC_UNLOCKED 1
                     54:
                     55: /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
                     56:    */
                     57: #define HAVE_DECL_GETENV 1
                     58:
                     59: /* Is the prototype for getopt in <unistd.h> in the expected format? */
                     60: #define HAVE_DECL_GETOPT 1
                     61:
                     62: /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
                     63:    */
                     64: #define HAVE_DECL_SBRK 1
                     65:
                     66: /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
                     67:    don't. */
                     68: #define HAVE_DECL_SNPRINTF 1
                     69:
                     70: /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
                     71:    */
                     72: #define HAVE_DECL_STPCPY 1
                     73:
1.3       christos   74: /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
                     75:    don't. */
                     76: #define HAVE_DECL_STRNLEN 1
                     77:
1.1       christos   78: /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
                     79:    */
                     80: #define HAVE_DECL_STRSTR 1
                     81:
                     82: /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
                     83:    don't. */
                     84: #define HAVE_DECL_VSNPRINTF 1
                     85:
                     86: /* Define to 1 if you have the <dlfcn.h> header file. */
                     87: #define HAVE_DLFCN_H 1
                     88:
                     89: /* Does the platform use an executable suffix? */
                     90: /* #undef HAVE_EXECUTABLE_SUFFIX */
                     91:
                     92: /* Define to 1 if you have the <fcntl.h> header file. */
                     93: #define HAVE_FCNTL_H 1
                     94:
                     95: /* Define to 1 if you have the `getc_unlocked' function. */
                     96: #define HAVE_GETC_UNLOCKED 1
                     97:
                     98: /* Does <utime.h> define struct utimbuf? */
                     99: #define HAVE_GOOD_UTIME_H 1
                    100:
                    101: /* Define if you have the iconv() function. */
                    102: #define HAVE_ICONV 1
                    103:
                    104: /* Define to 1 if you have the <inttypes.h> header file. */
                    105: #define HAVE_INTTYPES_H 1
                    106:
                    107: /* Define if your <locale.h> file defines LC_MESSAGES. */
                    108: #define HAVE_LC_MESSAGES 1
                    109:
                    110: /* Define to 1 if you have the <limits.h> header file. */
                    111: #define HAVE_LIMITS_H 1
                    112:
                    113: /* Define to 1 if you have the <locale.h> header file. */
                    114: #define HAVE_LOCALE_H 1
                    115:
1.3       christos  116: /* Define to 1 if the system has the type `long long'. */
                    117: #define HAVE_LONG_LONG 1
                    118:
1.1       christos  119: /* Define if mbstate_t exists in wchar.h. */
                    120: #define HAVE_MBSTATE_T 1
                    121:
                    122: /* Define to 1 if you have the <memory.h> header file. */
                    123: #define HAVE_MEMORY_H 1
                    124:
                    125: /* Define to 1 if you have the `mkdtemp' function. */
                    126: #define HAVE_MKDTEMP 1
                    127:
                    128: /* Define to 1 if you have the `mkstemp' function. */
                    129: #define HAVE_MKSTEMP 1
                    130:
                    131: /* Define to 1 if you have the `sbrk' function. */
                    132: #define HAVE_SBRK 1
                    133:
                    134: /* Define to 1 if you have the `setlocale' function. */
                    135: #define HAVE_SETLOCALE 1
                    136:
                    137: /* Define to 1 if you have the `setmode' function. */
                    138: #define HAVE_SETMODE 1
                    139:
                    140: /* Define to 1 if you have the <stdint.h> header file. */
                    141: #define HAVE_STDINT_H 1
                    142:
                    143: /* Define to 1 if you have the <stdlib.h> header file. */
                    144: #define HAVE_STDLIB_H 1
                    145:
                    146: /* Define to 1 if you have the `strcoll' function. */
                    147: #define HAVE_STRCOLL 1
                    148:
                    149: /* Define to 1 if you have the <strings.h> header file. */
                    150: #define HAVE_STRINGS_H 1
                    151:
                    152: /* Define to 1 if you have the <string.h> header file. */
                    153: #define HAVE_STRING_H 1
                    154:
                    155: /* Define to 1 if you have the <sys/file.h> header file. */
                    156: #define HAVE_SYS_FILE_H 1
                    157:
                    158: /* Define to 1 if you have the <sys/param.h> header file. */
                    159: #define HAVE_SYS_PARAM_H 1
                    160:
                    161: /* Define to 1 if you have the <sys/stat.h> header file. */
                    162: #define HAVE_SYS_STAT_H 1
                    163:
                    164: /* Define to 1 if you have the <sys/types.h> header file. */
                    165: #define HAVE_SYS_TYPES_H 1
                    166:
                    167: /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
                    168: #define HAVE_SYS_WAIT_H 1
                    169:
                    170: /* Is the type time_t defined in <time.h>? */
                    171: #define HAVE_TIME_T_IN_TIME_H 1
                    172:
                    173: /* Is the type time_t defined in <sys/types.h>? */
                    174: #define HAVE_TIME_T_IN_TYPES_H 1
                    175:
                    176: /* Define to 1 if you have the <unistd.h> header file. */
                    177: #define HAVE_UNISTD_H 1
                    178:
                    179: /* Define to 1 if you have the `utimes' function. */
                    180: #define HAVE_UTIMES 1
                    181:
                    182: /* Define to 1 if you have the <wchar.h> header file. */
                    183: #define HAVE_WCHAR_H 1
                    184:
1.3       christos  185: /* Define to 1 if you have the <windows.h> header file. */
                    186: /* #undef HAVE_WINDOWS_H */
1.1       christos  187:
                    188: /* Define as const if the declaration of iconv() needs const. */
                    189: #define ICONV_CONST const
                    190:
                    191: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    192:    */
                    193: #define LT_OBJDIR ".libs/"
                    194:
                    195: /* Name of package */
                    196: #define PACKAGE "binutils"
                    197:
                    198: /* Define to the address where bug reports for this package should be sent. */
                    199: #define PACKAGE_BUGREPORT ""
                    200:
                    201: /* Define to the full name of this package. */
1.3       christos  202: #define PACKAGE_NAME "binutils"
1.1       christos  203:
                    204: /* Define to the full name and version of this package. */
1.4.8.1 ! pgoyette  205: #define PACKAGE_STRING "binutils 2.27"
1.1       christos  206:
                    207: /* Define to the one symbol short name of this package. */
1.3       christos  208: #define PACKAGE_TARNAME "binutils"
1.1       christos  209:
                    210: /* Define to the home page for this package. */
                    211: #define PACKAGE_URL ""
                    212:
                    213: /* Define to the version of this package. */
1.4.8.1 ! pgoyette  214: #define PACKAGE_VERSION "2.27"
1.3       christos  215:
                    216: /* The size of `long', as computed by sizeof. */
                    217: #define SIZEOF_LONG 4
                    218:
                    219: /* The size of `long long', as computed by sizeof. */
                    220: #define SIZEOF_LONG_LONG 8
1.1       christos  221:
                    222: /* If using the C implementation of alloca, define if you know the
                    223:    direction of stack growth for your system; otherwise it will be
                    224:    automatically deduced at runtime.
                    225:        STACK_DIRECTION > 0 => grows toward higher addresses
                    226:        STACK_DIRECTION < 0 => grows toward lower addresses
                    227:        STACK_DIRECTION = 0 => direction of growth unknown */
                    228: /* #undef STACK_DIRECTION */
                    229:
                    230: /* Define to 1 if you have the ANSI C header files. */
                    231: #define STDC_HEADERS 1
                    232:
                    233: /* Define if you can safely include both <string.h> and <strings.h>. */
                    234: #define STRING_WITH_STRINGS 1
                    235:
                    236: /* Configured target name. */
                    237: #define TARGET "m68k--netbsdelf"
                    238:
                    239: /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
                    240: #define TARGET_PREPENDS_UNDERSCORE 0
                    241:
                    242: /* Use b modifier when opening binary files? */
                    243: /* #undef USE_BINARY_FOPEN */
                    244:
                    245: /* Enable extensions on AIX 3, Interix.  */
                    246: #ifndef _ALL_SOURCE
                    247: # define _ALL_SOURCE 1
                    248: #endif
                    249: /* Enable GNU extensions on systems that have them.  */
                    250: #ifndef _GNU_SOURCE
                    251: # define _GNU_SOURCE 1
                    252: #endif
                    253: /* Enable threading extensions on Solaris.  */
                    254: #ifndef _POSIX_PTHREAD_SEMANTICS
                    255: # define _POSIX_PTHREAD_SEMANTICS 1
                    256: #endif
                    257: /* Enable extensions on HP NonStop.  */
                    258: #ifndef _TANDEM_SOURCE
                    259: # define _TANDEM_SOURCE 1
                    260: #endif
                    261: /* Enable general extensions on Solaris.  */
                    262: #ifndef __EXTENSIONS__
                    263: # define __EXTENSIONS__ 1
                    264: #endif
                    265:
                    266:
                    267: /* Version number of package */
1.4.8.1 ! pgoyette  268: #define VERSION "2.27"
1.1       christos  269:
                    270: /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
                    271:    `char[]'. */
                    272: #define YYTEXT_POINTER 1
                    273:
                    274: /* Number of bits in a file offset, on hosts where this is settable. */
                    275: /* #undef _FILE_OFFSET_BITS */
                    276:
                    277: /* Define for large files, on AIX-style hosts. */
                    278: /* #undef _LARGE_FILES */
                    279:
                    280: /* Define to 1 if on MINIX. */
                    281: /* #undef _MINIX */
                    282:
                    283: /* Define to 2 if the system does not provide POSIX.1 features except with
                    284:    this defined. */
                    285: /* #undef _POSIX_1_SOURCE */
                    286:
                    287: /* Define to 1 if you need to in order for `stat' and other things to work. */
                    288: /* #undef _POSIX_SOURCE */

CVSweb <webmaster@jp.NetBSD.org>