[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / pcc

Annotation of src/usr.bin/pcc/config.h, Revision 1.2

1.2     ! ray         1: /*     $OpenBSD        */
        !             2:
1.1       otto        3: /* config.h.  Generated from config.h.in by configure.  */
                      4: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      5:
                      6: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
                      7:    systems. This function is required for `alloca.c' support on those systems.
                      8:    */
                      9: /* #undef CRAY_STACKSEG_END */
                     10:
                     11: /* Define to 1 if using `alloca.c'. */
                     12: /* #undef C_ALLOCA */
                     13:
                     14: /* Define to 1 if you have `alloca', as a function or macro. */
                     15: #define HAVE_ALLOCA 1
                     16:
                     17: /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
                     18:    */
                     19: /* #undef HAVE_ALLOCA_H */
                     20:
                     21: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
                     22: /* #undef HAVE_DOPRNT */
                     23:
                     24: /* Define to 1 if you have the <fcntl.h> header file. */
                     25: /* #undef HAVE_FCNTL_H */
                     26:
                     27: /* Define to 1 if you have the `fork' function. */
                     28: /* #undef HAVE_FORK */
                     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 your system has a GNU libc compatible `malloc' function, and
                     34:    to 0 otherwise. */
                     35: /* #undef HAVE_MALLOC */
                     36:
                     37: /* Define to 1 if you have the <memory.h> header file. */
                     38: #define HAVE_MEMORY_H 1
                     39:
                     40: /* Define to 1 if you have the `memset' function. */
                     41: /* #undef HAVE_MEMSET */
                     42:
                     43: /* Define to 1 if stdbool.h conforms to C99. */
                     44: /* #undef HAVE_STDBOOL_H */
                     45:
                     46: /* Define to 1 if you have the <stdint.h> header file. */
                     47: #define HAVE_STDINT_H 1
                     48:
                     49: /* Define to 1 if you have the <stdlib.h> header file. */
                     50: #define HAVE_STDLIB_H 1
                     51:
                     52: /* Define to 1 if you have the `strchr' function. */
                     53: /* #undef HAVE_STRCHR */
                     54:
                     55: /* Define to 1 if you have the `strdup' function. */
                     56: /* #undef HAVE_STRDUP */
                     57:
                     58: /* Define to 1 if you have the <strings.h> header file. */
                     59: #define HAVE_STRINGS_H 1
                     60:
                     61: /* Define to 1 if you have the <string.h> header file. */
                     62: #define HAVE_STRING_H 1
                     63:
                     64: /* Define to 1 if you have the `strrchr' function. */
                     65: /* #undef HAVE_STRRCHR */
                     66:
                     67: /* Define to 1 if you have the `strtol' function. */
                     68: /* #undef HAVE_STRTOL */
                     69:
                     70: /* Define to 1 if you have the <sys/stat.h> header file. */
                     71: #define HAVE_SYS_STAT_H 1
                     72:
                     73: /* Define to 1 if you have the <sys/types.h> header file. */
                     74: #define HAVE_SYS_TYPES_H 1
                     75:
                     76: /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
                     77: /* #undef HAVE_SYS_WAIT_H */
                     78:
                     79: /* Define to 1 if you have the <unistd.h> header file. */
                     80: #define HAVE_UNISTD_H 1
                     81:
                     82: /* Define to 1 if you have the `vfork' function. */
                     83: /* #undef HAVE_VFORK */
                     84:
                     85: /* Define to 1 if you have the <vfork.h> header file. */
                     86: /* #undef HAVE_VFORK_H */
                     87:
                     88: /* Define to 1 if you have the `vprintf' function. */
                     89: /* #undef HAVE_VPRINTF */
                     90:
                     91: /* Define to 1 if `fork' works. */
                     92: /* #undef HAVE_WORKING_FORK */
                     93:
                     94: /* Define to 1 if `vfork' works. */
                     95: /* #undef HAVE_WORKING_VFORK */
                     96:
                     97: /* Define to 1 if the system has the type `_Bool'. */
                     98: /* #undef HAVE__BOOL */
                     99:
                    100: /* Name of package */
                    101: /* #undef PACKAGE */
                    102:
                    103: /* Define to the address where bug reports for this package should be sent. */
                    104: #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
                    105:
                    106: /* Define to the full name of this package. */
                    107: #define PACKAGE_NAME "pcc"
                    108:
                    109: /* Define to the full name and version of this package. */
                    110: #define PACKAGE_STRING "pcc 0.9.8"
                    111:
                    112: /* Define to the one symbol short name of this package. */
                    113: #define PACKAGE_TARNAME "pcc"
                    114:
                    115: /* Define to the version of this package. */
                    116: #define PACKAGE_VERSION "0.9.8"
                    117:
                    118: /* Define as the return type of signal handlers (`int' or `void'). */
                    119: /* #undef RETSIGTYPE */
                    120:
                    121: /* If using the C implementation of alloca, define if you know the
                    122:    direction of stack growth for your system; otherwise it will be
                    123:    automatically deduced at run-time.
                    124:        STACK_DIRECTION > 0 => grows toward higher addresses
                    125:        STACK_DIRECTION < 0 => grows toward lower addresses
                    126:        STACK_DIRECTION = 0 => direction of growth unknown */
                    127: /* #undef STACK_DIRECTION */
                    128:
                    129: /* Define to 1 if you have the ANSI C header files. */
                    130: #define STDC_HEADERS 1
                    131:
                    132: /* Version number of package */
                    133: #define PCC_MAJOR 0
                    134: #define PCC_MINOR 9
                    135: #define PCC_MINORMINOR 8
                    136: #define VERSSTR "pcc 0.9.8 for i386-unknown-openbsd4.2, otto@pepper.intra.drijf.net Sat Sep 15 21:15:44 CEST 2007"
                    137:
                    138: /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
                    139:    `char[]'. */
                    140: #define YYTEXT_POINTER 1
                    141:
                    142: /* Define to rpl_malloc if the replacement function should be used. */
                    143: /* #undef malloc */
                    144:
                    145: /* Define to `int' if <sys/types.h> does not define. */
                    146: /* #undef pid_t */
                    147:
                    148: /* Define as `fork' if `vfork' does not work. */
                    149: /* #undef vfork */
                    150:
                    151: /* target operating system */
                    152: #define TARGOS openbsd
                    153:
                    154: /* mkstemp() */
                    155: #define HAVE_MKSTEMP 1
                    156:
                    157: /* which lex is used */
                    158: #define ISFLEX 1