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