58 lines
1.7 KiB
C
58 lines
1.7 KiB
C
/* config.h. Generated automatically by configure. */
|
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define if using alloca.c. */
|
|
/* #undef C_ALLOCA */
|
|
|
|
/* Define if type char is unsigned and you are not using gcc. */
|
|
/* #undef __CHAR_UNSIGNED__ */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
/* #undef const */
|
|
|
|
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
|
This function is required for alloca.c support on those systems. */
|
|
/* #undef CRAY_STACKSEG_END */
|
|
|
|
/* Define if you have alloca.h and it should be used (not Ultrix). */
|
|
/* #undef HAVE_ALLOCA_H */
|
|
|
|
/* Define if you don't have vprintf but do have _doprnt. */
|
|
/* #undef HAVE_DOPRNT */
|
|
|
|
/* Define if you have the vprintf function. */
|
|
#define HAVE_VPRINTF 1
|
|
|
|
/* Define if you need to in order for stat and other things to work. */
|
|
/* #undef _POSIX_SOURCE */
|
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
direction of stack growth for your system; otherwise it will be
|
|
automatically deduced at run-time.
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
STACK_DIRECTION = 0 => direction of growth unknown
|
|
*/
|
|
/* #undef STACK_DIRECTION */
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* In regex, request the capability of modifying the letter syntax. */
|
|
#define SYNTAX_TABLE 1
|
|
|
|
/* In regex, use 8 bits per character. */
|
|
#define CHAR_SET_SIZE 256
|
|
|
|
/* Define if you have mcheck. */
|
|
/* #undef HAVE_MCHECK */
|
|
|
|
/* Define if you have setchrclass. */
|
|
/* #undef HAVE_SETCHRCLASS */
|
|
|
|
/* Define if you have strerror. */
|
|
#define HAVE_STRERROR 1
|
|
|
|
/* Define if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|