1caccadbfSrobert /* config.h. Generated by configure. */ 2caccadbfSrobert /* config.in. Generated from configure.ac by autoheader. */ 3*a5a4e2c5Sjsg /* $OpenBSD: config.h,v 1.2 2009/11/02 09:50:39 jsg Exp $ */ 4caccadbfSrobert 5caccadbfSrobert /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 6caccadbfSrobert systems. This function is required for `alloca.c' support on those systems. 7caccadbfSrobert */ 8caccadbfSrobert /* #undef CRAY_STACKSEG_END */ 9caccadbfSrobert 10caccadbfSrobert /* Define to 1 if using `alloca.c'. */ 11caccadbfSrobert /* #undef C_ALLOCA */ 12caccadbfSrobert 13caccadbfSrobert /* Define if you want more run-time sanity checks. */ 14caccadbfSrobert /* #undef ENABLE_CHECKING */ 15caccadbfSrobert 16caccadbfSrobert /* Define to 1 if translation of program messages to the user's native 17caccadbfSrobert language is requested. */ 18caccadbfSrobert /* #undef ENABLE_NLS */ 19caccadbfSrobert 20caccadbfSrobert /* Define to 1 if you have `alloca', as a function or macro. */ 21caccadbfSrobert #define HAVE_ALLOCA 1 22caccadbfSrobert 23caccadbfSrobert /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 24caccadbfSrobert */ 25caccadbfSrobert /* #undef HAVE_ALLOCA_H */ 26caccadbfSrobert 27caccadbfSrobert /* Define to 1 if you have the `clearerr_unlocked' function. */ 28caccadbfSrobert /* #undef HAVE_CLEARERR_UNLOCKED */ 29caccadbfSrobert 30caccadbfSrobert /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. 31caccadbfSrobert */ 32caccadbfSrobert #define HAVE_DECL_ABORT 1 33caccadbfSrobert 34caccadbfSrobert /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 35caccadbfSrobert don't. */ 36caccadbfSrobert #define HAVE_DECL_ASPRINTF 1 37caccadbfSrobert 38caccadbfSrobert /* Define to 1 if you have the declaration of `basename', and to 0 if you 39caccadbfSrobert don't. */ 40caccadbfSrobert #define HAVE_DECL_BASENAME 0 41caccadbfSrobert 42caccadbfSrobert /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 43caccadbfSrobert you don't. */ 44caccadbfSrobert #define HAVE_DECL_CLEARERR_UNLOCKED 0 45caccadbfSrobert 46caccadbfSrobert /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. 47caccadbfSrobert */ 48caccadbfSrobert #define HAVE_DECL_ERRNO 0 49caccadbfSrobert 50caccadbfSrobert /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 51caccadbfSrobert don't. */ 52caccadbfSrobert #define HAVE_DECL_FEOF_UNLOCKED 0 53caccadbfSrobert 54caccadbfSrobert /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if 55caccadbfSrobert you don't. */ 56caccadbfSrobert #define HAVE_DECL_FERROR_UNLOCKED 0 57caccadbfSrobert 58caccadbfSrobert /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if 59caccadbfSrobert you don't. */ 60caccadbfSrobert #define HAVE_DECL_FFLUSH_UNLOCKED 0 61caccadbfSrobert 62caccadbfSrobert /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if 63caccadbfSrobert you don't. */ 64caccadbfSrobert #define HAVE_DECL_FGETC_UNLOCKED 0 65caccadbfSrobert 66caccadbfSrobert /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 67caccadbfSrobert you don't. */ 68caccadbfSrobert #define HAVE_DECL_FGETS_UNLOCKED 0 69caccadbfSrobert 70caccadbfSrobert /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if 71caccadbfSrobert you don't. */ 72caccadbfSrobert #define HAVE_DECL_FILENO_UNLOCKED 0 73caccadbfSrobert 74caccadbfSrobert /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if 75caccadbfSrobert you don't. */ 76caccadbfSrobert #define HAVE_DECL_FPRINTF_UNLOCKED 0 77caccadbfSrobert 78caccadbfSrobert /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if 79caccadbfSrobert you don't. */ 80caccadbfSrobert #define HAVE_DECL_FPUTC_UNLOCKED 0 81caccadbfSrobert 82caccadbfSrobert /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if 83caccadbfSrobert you don't. */ 84caccadbfSrobert #define HAVE_DECL_FPUTS_UNLOCKED 0 85caccadbfSrobert 86caccadbfSrobert /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if 87caccadbfSrobert you don't. */ 88caccadbfSrobert #define HAVE_DECL_FREAD_UNLOCKED 0 89caccadbfSrobert 90caccadbfSrobert /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if 91caccadbfSrobert you don't. */ 92caccadbfSrobert #define HAVE_DECL_FWRITE_UNLOCKED 0 93caccadbfSrobert 94caccadbfSrobert /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if 95caccadbfSrobert you don't. */ 96caccadbfSrobert #define HAVE_DECL_GETCHAR_UNLOCKED 1 97caccadbfSrobert 98caccadbfSrobert /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 99caccadbfSrobert don't. */ 100caccadbfSrobert #define HAVE_DECL_GETC_UNLOCKED 1 101caccadbfSrobert 102caccadbfSrobert /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 103caccadbfSrobert */ 104caccadbfSrobert #define HAVE_DECL_GETOPT 1 105caccadbfSrobert 106caccadbfSrobert /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if 107caccadbfSrobert you don't. */ 108caccadbfSrobert #define HAVE_DECL_PUTCHAR_UNLOCKED 1 109caccadbfSrobert 110caccadbfSrobert /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you 111caccadbfSrobert don't. */ 112caccadbfSrobert #define HAVE_DECL_PUTC_UNLOCKED 1 113caccadbfSrobert 114caccadbfSrobert /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 115caccadbfSrobert don't. */ 116caccadbfSrobert #define HAVE_DECL_VASPRINTF 1 117caccadbfSrobert 118caccadbfSrobert /* Define to 1 if you have the <fcntl.h> header file. */ 119caccadbfSrobert #define HAVE_FCNTL_H 1 120caccadbfSrobert 121caccadbfSrobert /* Define to 1 if you have the `feof_unlocked' function. */ 122caccadbfSrobert /* #undef HAVE_FEOF_UNLOCKED */ 123caccadbfSrobert 124caccadbfSrobert /* Define to 1 if you have the `ferror_unlocked' function. */ 125caccadbfSrobert /* #undef HAVE_FERROR_UNLOCKED */ 126caccadbfSrobert 127caccadbfSrobert /* Define to 1 if you have the `fflush_unlocked' function. */ 128caccadbfSrobert /* #undef HAVE_FFLUSH_UNLOCKED */ 129caccadbfSrobert 130caccadbfSrobert /* Define to 1 if you have the `fgetc_unlocked' function. */ 131caccadbfSrobert /* #undef HAVE_FGETC_UNLOCKED */ 132caccadbfSrobert 133caccadbfSrobert /* Define to 1 if you have the `fgets_unlocked' function. */ 134caccadbfSrobert /* #undef HAVE_FGETS_UNLOCKED */ 135caccadbfSrobert 136caccadbfSrobert /* Define to 1 if you have the `fileno_unlocked' function. */ 137caccadbfSrobert /* #undef HAVE_FILENO_UNLOCKED */ 138caccadbfSrobert 139caccadbfSrobert /* Define to 1 if you have the `fprintf_unlocked' function. */ 140caccadbfSrobert /* #undef HAVE_FPRINTF_UNLOCKED */ 141caccadbfSrobert 142caccadbfSrobert /* Define to 1 if you have the `fputc_unlocked' function. */ 143caccadbfSrobert /* #undef HAVE_FPUTC_UNLOCKED */ 144caccadbfSrobert 145caccadbfSrobert /* Define to 1 if you have the `fputs_unlocked' function. */ 146caccadbfSrobert /* #undef HAVE_FPUTS_UNLOCKED */ 147caccadbfSrobert 148caccadbfSrobert /* Define to 1 if you have the `fread_unlocked' function. */ 149caccadbfSrobert /* #undef HAVE_FREAD_UNLOCKED */ 150caccadbfSrobert 151caccadbfSrobert /* Define to 1 if you have the `fwrite_unlocked' function. */ 152caccadbfSrobert /* #undef HAVE_FWRITE_UNLOCKED */ 153caccadbfSrobert 154caccadbfSrobert /* Define to 1 if you have the `getchar_unlocked' function. */ 155caccadbfSrobert #define HAVE_GETCHAR_UNLOCKED 1 156caccadbfSrobert 157caccadbfSrobert /* Define to 1 if you have the `getc_unlocked' function. */ 158caccadbfSrobert #define HAVE_GETC_UNLOCKED 1 159caccadbfSrobert 160caccadbfSrobert /* Define if you have the iconv() function. */ 161caccadbfSrobert /* #undef HAVE_ICONV */ 162caccadbfSrobert 163caccadbfSrobert /* Define to 1 if you have the <iconv.h> header file. */ 164caccadbfSrobert /* #undef HAVE_ICONV_H */ 165caccadbfSrobert 166caccadbfSrobert /* Define to 1 if you have the <inttypes.h> header file. */ 167caccadbfSrobert #define HAVE_INTTYPES_H 1 168caccadbfSrobert 169caccadbfSrobert /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 170caccadbfSrobert #define HAVE_LANGINFO_CODESET 1 171caccadbfSrobert 172caccadbfSrobert /* Define to 1 if you have the <limits.h> header file. */ 173caccadbfSrobert #define HAVE_LIMITS_H 1 174caccadbfSrobert 175caccadbfSrobert /* Define to 1 if you have the <locale.h> header file. */ 176caccadbfSrobert #define HAVE_LOCALE_H 1 177caccadbfSrobert 178caccadbfSrobert /* Define to 1 if you have the <memory.h> header file. */ 179caccadbfSrobert #define HAVE_MEMORY_H 1 180caccadbfSrobert 181caccadbfSrobert /* Define to 1 if libc includes obstacks. */ 182caccadbfSrobert /* #undef HAVE_OBSTACK */ 183caccadbfSrobert 184caccadbfSrobert /* Define to 1 if you have the `putchar_unlocked' function. */ 185caccadbfSrobert #define HAVE_PUTCHAR_UNLOCKED 1 186caccadbfSrobert 187caccadbfSrobert /* Define to 1 if you have the `putc_unlocked' function. */ 188caccadbfSrobert #define HAVE_PUTC_UNLOCKED 1 189caccadbfSrobert 190caccadbfSrobert /* Define to 1 if you have the <stddef.h> header file. */ 191caccadbfSrobert #define HAVE_STDDEF_H 1 192caccadbfSrobert 193caccadbfSrobert /* Define to 1 if you have the <stdint.h> header file. */ 194caccadbfSrobert #define HAVE_STDINT_H 1 195caccadbfSrobert 196caccadbfSrobert /* Define to 1 if you have the <stdlib.h> header file. */ 197caccadbfSrobert #define HAVE_STDLIB_H 1 198caccadbfSrobert 199caccadbfSrobert /* Define to 1 if you have the <strings.h> header file. */ 200caccadbfSrobert #define HAVE_STRINGS_H 1 201caccadbfSrobert 202caccadbfSrobert /* Define to 1 if you have the <string.h> header file. */ 203caccadbfSrobert #define HAVE_STRING_H 1 204caccadbfSrobert 205caccadbfSrobert /* Define to 1 if you have the <sys/file.h> header file. */ 206caccadbfSrobert #define HAVE_SYS_FILE_H 1 207caccadbfSrobert 208caccadbfSrobert /* Define to 1 if you have the <sys/stat.h> header file. */ 209caccadbfSrobert #define HAVE_SYS_STAT_H 1 210caccadbfSrobert 211caccadbfSrobert /* Define to 1 if you have the <sys/types.h> header file. */ 212caccadbfSrobert #define HAVE_SYS_TYPES_H 1 213caccadbfSrobert 214caccadbfSrobert /* Define if <sys/types.h> defines \`uchar'. */ 215caccadbfSrobert /* #undef HAVE_UCHAR */ 216caccadbfSrobert 217caccadbfSrobert /* Define to 1 if you have the <unistd.h> header file. */ 218caccadbfSrobert #define HAVE_UNISTD_H 1 219caccadbfSrobert 220caccadbfSrobert /* Define to the widest efficient host integer type at least as wide as the 221caccadbfSrobert target's size_t type. */ 222caccadbfSrobert #define HOST_WIDE_INT long 223caccadbfSrobert 224caccadbfSrobert /* Define as const if the declaration of iconv() needs const. */ 225caccadbfSrobert /* #undef ICONV_CONST */ 226caccadbfSrobert 227caccadbfSrobert /* Define to the name of this package. */ 228caccadbfSrobert #define PACKAGE "cpplib" 229caccadbfSrobert 230caccadbfSrobert /* Define to the address where bug reports for this package should be sent. */ 231caccadbfSrobert #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org" 232caccadbfSrobert 233caccadbfSrobert /* Define to the full name of this package. */ 234caccadbfSrobert #define PACKAGE_NAME "cpplib" 235caccadbfSrobert 236caccadbfSrobert /* Define to the full name and version of this package. */ 237caccadbfSrobert #define PACKAGE_STRING "cpplib " 238caccadbfSrobert 239caccadbfSrobert /* Define to the one symbol short name of this package. */ 240caccadbfSrobert #define PACKAGE_TARNAME "cpplib" 241caccadbfSrobert 242caccadbfSrobert /* Define to the version of this package. */ 243caccadbfSrobert #define PACKAGE_VERSION " " 244caccadbfSrobert 245caccadbfSrobert /* The size of a `int', as computed by sizeof. */ 246caccadbfSrobert #define SIZEOF_INT 4 247caccadbfSrobert 248caccadbfSrobert /* The size of a `long', as computed by sizeof. */ 249caccadbfSrobert #define SIZEOF_LONG 8 250caccadbfSrobert 251caccadbfSrobert /* If using the C implementation of alloca, define if you know the 252caccadbfSrobert direction of stack growth for your system; otherwise it will be 253caccadbfSrobert automatically deduced at run-time. 254caccadbfSrobert STACK_DIRECTION > 0 => grows toward higher addresses 255caccadbfSrobert STACK_DIRECTION < 0 => grows toward lower addresses 256caccadbfSrobert STACK_DIRECTION = 0 => direction of growth unknown */ 257caccadbfSrobert /* #undef STACK_DIRECTION */ 258caccadbfSrobert 259caccadbfSrobert /* Define to 1 if you have the ANSI C header files. */ 260caccadbfSrobert #define STDC_HEADERS 1 261caccadbfSrobert 262caccadbfSrobert /* Define if you can safely include both <string.h> and <strings.h>. */ 263caccadbfSrobert #define STRING_WITH_STRINGS 1 264caccadbfSrobert 265caccadbfSrobert /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 266caccadbfSrobert #define TIME_WITH_SYS_TIME 1 267caccadbfSrobert 268caccadbfSrobert /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 269caccadbfSrobert /* #undef TM_IN_SYS_TIME */ 270caccadbfSrobert 271caccadbfSrobert /* Define to empty if `const' does not conform to ANSI C. */ 272caccadbfSrobert /* #undef const */ 273caccadbfSrobert 274caccadbfSrobert /* Define to `__inline__' or `__inline' if that's what the C compiler 275caccadbfSrobert calls it, or to nothing if 'inline' is not supported under any name. */ 276caccadbfSrobert #ifndef __cplusplus 277caccadbfSrobert /* #undef inline */ 278caccadbfSrobert #endif 279caccadbfSrobert 280caccadbfSrobert /* Define to `long' if <sys/types.h> does not define. */ 281caccadbfSrobert /* #undef off_t */ 282caccadbfSrobert 283caccadbfSrobert /* Define to `unsigned' if <sys/types.h> does not define. */ 284caccadbfSrobert /* #undef size_t */ 285*a5a4e2c5Sjsg 286*a5a4e2c5Sjsg #include <size-host.h> 287