Home | History | Annotate | Download | only in bison
      1 /* config.hin.  Generated from configure.ac by autoheader.  */
      2 
      3 /* Define to 1 if translation of program messages to the user's native
      4    language is requested. */
      5 #undef ENABLE_NLS
      6 
      7 /* Define on systems for which file names may have a so-called `drive letter'
      8    prefix, define this to compute the length of that prefix, including the
      9    colon. */
     10 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
     11 
     12 /* Define if the backslash character may also serve as a file name component
     13    separator. */
     14 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
     15 
     16 #if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
     17 # define FILE_SYSTEM_PREFIX_LEN(Filename) \
     18   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
     19 #else
     20 # define FILE_SYSTEM_PREFIX_LEN(Filename) 0
     21 #endif
     22 
     23 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
     24    CoreFoundation framework. */
     25 #undef HAVE_CFLOCALECOPYCURRENT
     26 
     27 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
     28    the CoreFoundation framework. */
     29 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
     30 
     31 /* Define to 1 if the system has the type `clock_t'. */
     32 #undef HAVE_CLOCK_T
     33 
     34 /* Define if the GNU dcgettext() function is already present or preinstalled.
     35    */
     36 #undef HAVE_DCGETTEXT
     37 
     38 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
     39    you don't. */
     40 #undef HAVE_DECL_CLEARERR_UNLOCKED
     41 
     42 /* Define to 1 if you have the declaration of `clock', and to 0 if you don't.
     43    */
     44 #undef HAVE_DECL_CLOCK
     45 
     46 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
     47    don't. */
     48 #undef HAVE_DECL_FEOF_UNLOCKED
     49 
     50 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
     51    you don't. */
     52 #undef HAVE_DECL_FERROR_UNLOCKED
     53 
     54 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
     55    you don't. */
     56 #undef HAVE_DECL_FFLUSH_UNLOCKED
     57 
     58 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
     59    you don't. */
     60 #undef HAVE_DECL_FGETS_UNLOCKED
     61 
     62 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
     63    you don't. */
     64 #undef HAVE_DECL_FPUTC_UNLOCKED
     65 
     66 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
     67    you don't. */
     68 #undef HAVE_DECL_FPUTS_UNLOCKED
     69 
     70 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
     71    you don't. */
     72 #undef HAVE_DECL_FREAD_UNLOCKED
     73 
     74 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
     75    you don't. */
     76 #undef HAVE_DECL_FWRITE_UNLOCKED
     77 
     78 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
     79    you don't. */
     80 #undef HAVE_DECL_GETCHAR_UNLOCKED
     81 
     82 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
     83    don't. */
     84 #undef HAVE_DECL_GETC_UNLOCKED
     85 
     86 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
     87    */
     88 #undef HAVE_DECL_GETENV
     89 
     90 /* Define to 1 if you have the declaration of `getrusage', and to 0 if you
     91    don't. */
     92 #undef HAVE_DECL_GETRUSAGE
     93 
     94 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
     95    otherwise. */
     96 #undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
     97 
     98 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
     99    you don't. */
    100 #undef HAVE_DECL_PUTCHAR_UNLOCKED
    101 
    102 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
    103    don't. */
    104 #undef HAVE_DECL_PUTC_UNLOCKED
    105 
    106 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
    107    */
    108 #undef HAVE_DECL_STRDUP
    109 
    110 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
    111    don't. */
    112 #undef HAVE_DECL_STRERROR_R
    113 
    114 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
    115    don't. */
    116 #undef HAVE_DECL_STRNDUP
    117 
    118 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
    119    don't. */
    120 #undef HAVE_DECL_STRNLEN
    121 
    122 /* Define to 1 if you have the declaration of `sysconf', and to 0 if you
    123    don't. */
    124 #undef HAVE_DECL_SYSCONF
    125 
    126 /* Define to 1 if you have the declaration of `times', and to 0 if you don't.
    127    */
    128 #undef HAVE_DECL_TIMES
    129 
    130 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
    131    */
    132 #undef HAVE_DECL_WCWIDTH
    133 
    134 /* Define to 1 if you have the `dup2' function. */
    135 #undef HAVE_DUP2
    136 
    137 /* Define to 1 if you have the `fork' function. */
    138 #undef HAVE_FORK
    139 
    140 /* Define to 1 if you have the <getopt.h> header file. */
    141 #undef HAVE_GETOPT_H
    142 
    143 /* Define to 1 if you have the `getopt_long_only' function. */
    144 #undef HAVE_GETOPT_LONG_ONLY
    145 
    146 /* Define if the GNU gettext() function is already present or preinstalled. */
    147 #undef HAVE_GETTEXT
    148 
    149 /* Define if you have the iconv() function. */
    150 #undef HAVE_ICONV
    151 
    152 /* Define to 1 if you have the <inttypes.h> header file. */
    153 #undef HAVE_INTTYPES_H
    154 
    155 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
    156    declares uintmax_t. */
    157 #undef HAVE_INTTYPES_H_WITH_UINTMAX
    158 
    159 /* Define to 1 if you have the `isascii' function. */
    160 #undef HAVE_ISASCII
    161 
    162 /* Define to 1 if you have the `iswcntrl' function. */
    163 #undef HAVE_ISWCNTRL
    164 
    165 /* Define to 1 if you have the `iswprint' function. */
    166 #undef HAVE_ISWPRINT
    167 
    168 /* Define to 1 if you have the <locale.h> header file. */
    169 #undef HAVE_LOCALE_H
    170 
    171 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    172    to 0 otherwise. */
    173 #undef HAVE_MALLOC
    174 
    175 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
    176 #undef HAVE_MBRTOWC
    177 
    178 /* Define to 1 if you have the `mbsinit' function. */
    179 #undef HAVE_MBSINIT
    180 
    181 /* Define to 1 if <wchar.h> declares mbstate_t. */
    182 #undef HAVE_MBSTATE_T
    183 
    184 /* Define to 1 if you have the <memory.h> header file. */
    185 #undef HAVE_MEMORY_H
    186 
    187 /* Define to 1 if libc includes obstacks. */
    188 #undef HAVE_OBSTACK
    189 
    190 /* Define to 1 if you have the `setlocale' function. */
    191 #undef HAVE_SETLOCALE
    192 
    193 /* Define to 1 if stdbool.h conforms to C99. */
    194 #undef HAVE_STDBOOL_H
    195 
    196 /* Define to 1 if you have the <stdint.h> header file. */
    197 #undef HAVE_STDINT_H
    198 
    199 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
    200    uintmax_t. */
    201 #undef HAVE_STDINT_H_WITH_UINTMAX
    202 
    203 /* Define to 1 if you have the <stdlib.h> header file. */
    204 #undef HAVE_STDLIB_H
    205 
    206 /* Define to 1 if you have the `stpcpy' function. */
    207 #undef HAVE_STPCPY
    208 
    209 /* Define to 1 if you have the `strdup' function. */
    210 #undef HAVE_STRDUP
    211 
    212 /* Define to 1 if you have the `strerror' function. */
    213 #undef HAVE_STRERROR
    214 
    215 /* Define to 1 if you have the `strerror_r' function. */
    216 #undef HAVE_STRERROR_R
    217 
    218 /* Define to 1 if you have the <strings.h> header file. */
    219 #undef HAVE_STRINGS_H
    220 
    221 /* Define to 1 if you have the <string.h> header file. */
    222 #undef HAVE_STRING_H
    223 
    224 /* Define if you have the strndup() function and it works. */
    225 #undef HAVE_STRNDUP
    226 
    227 /* Define to 1 if you have the `strtol' function. */
    228 #undef HAVE_STRTOL
    229 
    230 /* Define to 1 if you have the `strtoul' function. */
    231 #undef HAVE_STRTOUL
    232 
    233 /* Define to 1 if the system has the type `struct tms'. */
    234 #undef HAVE_STRUCT_TMS
    235 
    236 /* Define to 1 if you have the `strverscmp' function. */
    237 #undef HAVE_STRVERSCMP
    238 
    239 /* Define to 1 if you have the <sys/resource.h> header file. */
    240 #undef HAVE_SYS_RESOURCE_H
    241 
    242 /* Define to 1 if you have the <sys/stat.h> header file. */
    243 #undef HAVE_SYS_STAT_H
    244 
    245 /* Define to 1 if you have the <sys/times.h> header file. */
    246 #undef HAVE_SYS_TIMES_H
    247 
    248 /* Define to 1 if you have the <sys/time.h> header file. */
    249 #undef HAVE_SYS_TIME_H
    250 
    251 /* Define to 1 if you have the <sys/types.h> header file. */
    252 #undef HAVE_SYS_TYPES_H
    253 
    254 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    255 #undef HAVE_SYS_WAIT_H
    256 
    257 /* Define to 1 if you have the `times' function. */
    258 #undef HAVE_TIMES
    259 
    260 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
    261 #undef HAVE_UINTMAX_T
    262 
    263 /* Define to 1 if the system has the type `uintptr_t'. */
    264 #undef HAVE_UINTPTR_T
    265 
    266 /* Define to 1 if you have the <unistd.h> header file. */
    267 #undef HAVE_UNISTD_H
    268 
    269 /* Define if you have the 'unsigned long long' type. */
    270 #undef HAVE_UNSIGNED_LONG_LONG
    271 
    272 /* Define to 1 if you have the `vfork' function. */
    273 #undef HAVE_VFORK
    274 
    275 /* Define to 1 if you have the <vfork.h> header file. */
    276 #undef HAVE_VFORK_H
    277 
    278 /* Define to 1 if you have the `waitpid' function. */
    279 #undef HAVE_WAITPID
    280 
    281 /* Define to 1 if you have the <wchar.h> header file. */
    282 #undef HAVE_WCHAR_H
    283 
    284 /* Define to 1 if you have the <wctype.h> header file. */
    285 #undef HAVE_WCTYPE_H
    286 
    287 /* Define to 1 if you have the `wcwidth' function. */
    288 #undef HAVE_WCWIDTH
    289 
    290 /* Define to 1 if `fork' works. */
    291 #undef HAVE_WORKING_FORK
    292 
    293 /* Define to 1 if `vfork' works. */
    294 #undef HAVE_WORKING_VFORK
    295 
    296 /* Define to 1 if the system has the type `_Bool'. */
    297 #undef HAVE__BOOL
    298 
    299 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
    300 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
    301 #else
    302 # define ISSLASH(C) ((C) == '/')
    303 #endif
    304 
    305 /* Define to the GNU M4 executable name. */
    306 #undef M4
    307 
    308 /* Name of package */
    309 #undef PACKAGE
    310 
    311 /* Define to the address where bug reports for this package should be sent. */
    312 #undef PACKAGE_BUGREPORT
    313 
    314 /* Define to the full name of this package. */
    315 #undef PACKAGE_NAME
    316 
    317 /* Define to the full name and version of this package. */
    318 #undef PACKAGE_STRING
    319 
    320 /* Define to the one symbol short name of this package. */
    321 #undef PACKAGE_TARNAME
    322 
    323 /* Define to the version of this package. */
    324 #undef PACKAGE_VERSION
    325 
    326 /* Define to 1 if you have the ANSI C header files. */
    327 #undef STDC_HEADERS
    328 
    329 /* Define to 1 if strerror_r returns char *. */
    330 #undef STRERROR_R_CHAR_P
    331 
    332 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
    333    Unlocked I/O can improve performance in unithreaded apps, but it is not
    334    safe for multithreaded apps. */
    335 #undef USE_UNLOCKED_IO
    336 
    337 /* Version number of package */
    338 #undef VERSION
    339 
    340 /* Define if using the dmalloc debugging malloc package */
    341 #undef WITH_DMALLOC
    342 
    343 /* Define to 1 to internationalize bison runtime messages. */
    344 #undef YYENABLE_NLS
    345 
    346 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    347    `char[]'. */
    348 #undef YYTEXT_POINTER
    349 
    350 /* Define to 1 if on AIX 3.
    351    System headers sometimes define this.
    352    We just want to avoid a redefinition error message.  */
    353 #ifndef _ALL_SOURCE
    354 # undef _ALL_SOURCE
    355 #endif
    356 
    357 /* Enable GNU extensions on systems that have them.  */
    358 #ifndef _GNU_SOURCE
    359 # undef _GNU_SOURCE
    360 #endif
    361 
    362 /* Define to 1 if on MINIX. */
    363 #undef _MINIX
    364 
    365 /* Define to 2 if the system does not provide POSIX.1 features except with
    366    this defined. */
    367 #undef _POSIX_1_SOURCE
    368 
    369 /* Define to 1 if you need to in order for `stat' and other things to work. */
    370 #undef _POSIX_SOURCE
    371 
    372 /* Enable extensions on Solaris.  */
    373 #ifndef __EXTENSIONS__
    374 # undef __EXTENSIONS__
    375 #endif
    376 #ifndef _POSIX_PTHREAD_SEMANTICS
    377 # undef _POSIX_PTHREAD_SEMANTICS
    378 #endif
    379 
    380 /* Define to rpl_ if the getopt replacement functions and variables should be
    381    used. */
    382 #undef __GETOPT_PREFIX
    383 
    384 /* Define to `__inline__' or `__inline' if that's what the C compiler
    385    calls it, or to nothing if 'inline' is not supported under any name.  */
    386 #ifndef __cplusplus
    387 #undef inline
    388 #endif
    389 
    390 /* Define to 1 if the compiler is checking for lint. */
    391 #undef lint
    392 
    393 /* Define to rpl_malloc if the replacement function should be used. */
    394 #undef malloc
    395 
    396 /* Define to a type if <wchar.h> does not define. */
    397 #undef mbstate_t
    398 
    399 /* Define to `int' if <sys/types.h> does not define. */
    400 #undef pid_t
    401 
    402 /* Define to rpl_strndup if the replacement function should be used, */
    403 #undef strndup
    404 
    405 /* Define to rpl_strnlen if the replacement function should be used. */
    406 #undef strnlen
    407 
    408 /* Define to unsigned long or unsigned long long if <stdint.h> and
    409    <inttypes.h> don't define. */
    410 #undef uintmax_t
    411 
    412 /* Define as `fork' if `vfork' does not work. */
    413 #undef vfork
    414