[BACK]Return to config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / lib / libopcodes / arch / mipseb

Annotation of src/external/gpl3/binutils.old/lib/libopcodes/arch/mipseb/config.h, Revision 1.1.1.2

1.1       christos    1: /* This file is automatically generated.  DO NOT EDIT! */
1.1.1.2 ! 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.1.1.2 ! 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 1 if translation of program messages to the user's native
                     16:    language is requested. */
                     17: #define ENABLE_NLS 1
                     18:
                     19: /* Define to 1 if you have the declaration of `basename', and to 0 if you
                     20:    don't. */
                     21: #define HAVE_DECL_BASENAME 0
                     22:
                     23: /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
                     24:    */
                     25: #define HAVE_DECL_STPCPY 1
                     26:
                     27: /* Define to 1 if you have the <dlfcn.h> header file. */
                     28: #define HAVE_DLFCN_H 1
                     29:
                     30: /* Define to 1 if you have the <inttypes.h> header file. */
                     31: #define HAVE_INTTYPES_H 1
                     32:
                     33: /* Define to 1 if you have the <limits.h> header file. */
                     34: #define HAVE_LIMITS_H 1
                     35:
                     36: /* Define to 1 if you have the <memory.h> header file. */
                     37: #define HAVE_MEMORY_H 1
                     38:
1.1.1.2 ! christos   39: /* Define if sigsetjmp is available. */
        !            40: #define HAVE_SIGSETJMP 1
        !            41:
1.1       christos   42: /* Define to 1 if you have the <stdint.h> header file. */
                     43: #define HAVE_STDINT_H 1
                     44:
                     45: /* Define to 1 if you have the <stdlib.h> header file. */
                     46: #define HAVE_STDLIB_H 1
                     47:
                     48: /* Define to 1 if you have the <strings.h> header file. */
                     49: #define HAVE_STRINGS_H 1
                     50:
                     51: /* Define to 1 if you have the <string.h> header file. */
                     52: #define HAVE_STRING_H 1
                     53:
                     54: /* Define to 1 if you have the <sys/stat.h> header file. */
                     55: #define HAVE_SYS_STAT_H 1
                     56:
                     57: /* Define to 1 if you have the <sys/types.h> header file. */
                     58: #define HAVE_SYS_TYPES_H 1
                     59:
                     60: /* Define to 1 if you have the <unistd.h> header file. */
                     61: #define HAVE_UNISTD_H 1
                     62:
                     63: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                     64:    */
                     65: #define LT_OBJDIR ".libs/"
                     66:
                     67: /* Name of package */
                     68: #define PACKAGE "opcodes"
                     69:
                     70: /* Define to the address where bug reports for this package should be sent. */
                     71: #define PACKAGE_BUGREPORT ""
                     72:
                     73: /* Define to the full name of this package. */
1.1.1.2 ! christos   74: #define PACKAGE_NAME "opcodes"
1.1       christos   75:
                     76: /* Define to the full name and version of this package. */
1.1.1.2 ! christos   77: #define PACKAGE_STRING "opcodes 2.26.1"
1.1       christos   78:
                     79: /* Define to the one symbol short name of this package. */
1.1.1.2 ! christos   80: #define PACKAGE_TARNAME "opcodes"
1.1       christos   81:
                     82: /* Define to the home page for this package. */
                     83: #define PACKAGE_URL ""
                     84:
                     85: /* Define to the version of this package. */
1.1.1.2 ! christos   86: #define PACKAGE_VERSION "2.26.1"
1.1       christos   87:
                     88: /* Define to 1 if you have the ANSI C header files. */
                     89: #define STDC_HEADERS 1
                     90:
                     91: /* Define if you can safely include both <string.h> and <strings.h>. */
                     92: #define STRING_WITH_STRINGS 1
                     93:
                     94: /* Enable extensions on AIX 3, Interix.  */
                     95: #ifndef _ALL_SOURCE
                     96: # define _ALL_SOURCE 1
                     97: #endif
                     98: /* Enable GNU extensions on systems that have them.  */
                     99: #ifndef _GNU_SOURCE
                    100: # define _GNU_SOURCE 1
                    101: #endif
                    102: /* Enable threading extensions on Solaris.  */
                    103: #ifndef _POSIX_PTHREAD_SEMANTICS
                    104: # define _POSIX_PTHREAD_SEMANTICS 1
                    105: #endif
                    106: /* Enable extensions on HP NonStop.  */
                    107: #ifndef _TANDEM_SOURCE
                    108: # define _TANDEM_SOURCE 1
                    109: #endif
                    110: /* Enable general extensions on Solaris.  */
                    111: #ifndef __EXTENSIONS__
                    112: # define __EXTENSIONS__ 1
                    113: #endif
                    114:
                    115:
                    116: /* Version number of package */
1.1.1.2 ! christos  117: #define VERSION "2.26.1"
1.1       christos  118:
                    119: /* Define to 1 if on MINIX. */
                    120: /* #undef _MINIX */
                    121:
                    122: /* Define to 2 if the system does not provide POSIX.1 features except with
                    123:    this defined. */
                    124: /* #undef _POSIX_1_SOURCE */
                    125:
                    126: /* Define to 1 if you need to in order for `stat' and other things to work. */
                    127: /* #undef _POSIX_SOURCE */

CVSweb <webmaster@jp.NetBSD.org>