1: /* config.h.in. Generated automatically from configure.in by autoheader. */ 2: 3: /* Define to empty if the keyword does not work. */ 4: #undef const 5: 6: /* Define if you don't have vprintf but do have _doprnt. */ 7: #undef HAVE_DOPRNT 8: 9: /* Define if you have the vprintf function. */ 10: #undef HAVE_VPRINTF 11: 12: /* Define if on MINIX. */ 13: #undef _MINIX 14: 15: /* Define if the system does not provide POSIX.1 features except 16: with this defined. */ 17: #undef _POSIX_1_SOURCE 18: 19: /* Define if you need to in order for stat and other things to work. */ 20: #undef _POSIX_SOURCE 21: 22: /* Define to `unsigned' if <sys/types.h> doesn't define. */ 23: #undef size_t 24: 25: /* Define if you have the ANSI C header files. */ 26: #undef STDC_HEADERS 27: 28: /* Define if lex declares yytext as a char * by default, not a char[]. */ 29: #undef YYTEXT_POINTER 30: 31: /* PACKAGE name */ 32: #undef PACKAGE 33: 34: /* Package VERSION number */ 35: #undef VERSION 36: 37: /* define if the math lib is to be loaded from a file. */ 38: #undef BC_MATH_FILE 39: 40: /* Define to use the readline library. */ 41: #undef READLINE 42: 43: /* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */ 44: #undef ptrdiff_t 45: 46: /* Define if you have the isgraph function. */ 47: #undef HAVE_ISGRAPH 48: 49: /* Define if you have the setvbuf function. */ 50: #undef HAVE_SETVBUF 51: 52: /* Define if you have the <lib.h> header file. */ 53: #undef HAVE_LIB_H 54: 55: /* Define if you have the <limits.h> header file. */ 56: #undef HAVE_LIMITS_H 57: 58: /* Define if you have the <stdarg.h> header file. */ 59: #undef HAVE_STDARG_H 60: 61: /* Define if you have the <stddef.h> header file. */ 62: #undef HAVE_STDDEF_H 63: 64: /* Define if you have the <stdlib.h> header file. */ 65: #undef HAVE_STDLIB_H 66: 67: /* Define if you have the <string.h> header file. */ 68: #undef HAVE_STRING_H 69: 70: /* Define if you have the <unistd.h> header file. */ 71: #undef HAVE_UNISTD_H |