Changeset 5d6ce1f for config.h.in
- Timestamp:
- May 25, 2015, 9:43:53 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 7e91d4f
- Parents:
- 49205cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r49205cf r5d6ce1f 1 /* config.h.in. Generated from configure. inby autoheader. */1 /* config.h.in. Generated from configure.ac by autoheader. */ 2 2 3 3 /* Location of cfa command. */ … … 13 13 #undef CFA_PREFIX 14 14 15 /* Path/name of cpp preprocessor. */ 16 #undef CPP_PATH 15 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 16 systems. This function is required for `alloca.c' support on those systems. 17 */ 18 #undef CRAY_STACKSEG_END 19 20 /* Define to 1 if using `alloca.c'. */ 21 #undef C_ALLOCA 17 22 18 23 /* Path/name of C compiler. */ 19 24 #undef GCC_PATH 20 25 26 /* Define to 1 if you have `alloca', as a function or macro. */ 27 #undef HAVE_ALLOCA 28 29 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 30 */ 31 #undef HAVE_ALLOCA_H 32 33 /* Define to 1 if you have the <fenv.h> header file. */ 34 #undef HAVE_FENV_H 35 36 /* Define to 1 if you have the <float.h> header file. */ 37 #undef HAVE_FLOAT_H 38 21 39 /* Define to 1 if you have the <inttypes.h> header file. */ 22 40 #undef HAVE_INTTYPES_H 23 41 42 /* Define to 1 if you have the <libintl.h> header file. */ 43 #undef HAVE_LIBINTL_H 44 45 /* Define to 1 if you have the <limits.h> header file. */ 46 #undef HAVE_LIMITS_H 47 48 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 49 to 0 otherwise. */ 50 #undef HAVE_MALLOC 51 24 52 /* Define to 1 if you have the <malloc.h> header file. */ 25 53 #undef HAVE_MALLOC_H … … 28 56 #undef HAVE_MEMORY_H 29 57 58 /* Define to 1 if you have the `memset' function. */ 59 #undef HAVE_MEMSET 60 61 /* Define to 1 if you have the `putenv' function. */ 62 #undef HAVE_PUTENV 63 64 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 65 and to 0 otherwise. */ 66 #undef HAVE_REALLOC 67 68 /* Define to 1 if stdbool.h conforms to C99. */ 69 #undef HAVE_STDBOOL_H 70 71 /* Define to 1 if you have the <stddef.h> header file. */ 72 #undef HAVE_STDDEF_H 73 30 74 /* Define to 1 if you have the <stdint.h> header file. */ 31 75 #undef HAVE_STDINT_H … … 34 78 #undef HAVE_STDLIB_H 35 79 80 /* Define to 1 if you have the `strchr' function. */ 81 #undef HAVE_STRCHR 82 36 83 /* Define to 1 if you have the <strings.h> header file. */ 37 84 #undef HAVE_STRINGS_H … … 40 87 #undef HAVE_STRING_H 41 88 89 /* Define to 1 if you have the `strtol' function. */ 90 #undef HAVE_STRTOL 91 42 92 /* Define to 1 if you have the <sys/stat.h> header file. */ 43 93 #undef HAVE_SYS_STAT_H … … 49 99 #undef HAVE_UNISTD_H 50 100 101 /* Define to 1 if the system has the type `_Bool'. */ 102 #undef HAVE__BOOL 103 51 104 /* Name of package */ 52 105 #undef PACKAGE … … 70 123 #undef PACKAGE_VERSION 71 124 125 /* If using the C implementation of alloca, define if you know the 126 direction of stack growth for your system; otherwise it will be 127 automatically deduced at runtime. 128 STACK_DIRECTION > 0 => grows toward higher addresses 129 STACK_DIRECTION < 0 => grows toward lower addresses 130 STACK_DIRECTION = 0 => direction of growth unknown */ 131 #undef STACK_DIRECTION 132 72 133 /* Define to 1 if you have the ANSI C header files. */ 73 134 #undef STDC_HEADERS 74 135 75 /* Define to 1 if your <sys/time.h> declares `struct tm'. */76 #undef TM_IN_SYS_TIME77 78 136 /* Version number of package */ 79 137 #undef VERSION 80 138 81 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 82 `char[]'. */ 83 #undef YYTEXT_POINTER 84 85 /* Define to empty if `const' does not conform to ANSI C. */ 86 #undef const 139 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 140 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 141 #define below would cause a syntax error. */ 142 #undef _UINT32_T 143 144 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 145 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 146 #define below would cause a syntax error. */ 147 #undef _UINT8_T 87 148 88 149 /* Define to `__inline__' or `__inline' if that's what the C compiler … … 91 152 #undef inline 92 153 #endif 154 155 /* Define to the type of a signed integer type of width exactly 16 bits if 156 such a type exists and the standard includes do not define it. */ 157 #undef int16_t 158 159 /* Define to the type of a signed integer type of width exactly 32 bits if 160 such a type exists and the standard includes do not define it. */ 161 #undef int32_t 162 163 /* Define to the type of a signed integer type of width exactly 8 bits if such 164 a type exists and the standard includes do not define it. */ 165 #undef int8_t 166 167 /* Define to rpl_malloc if the replacement function should be used. */ 168 #undef malloc 169 170 /* Define to rpl_realloc if the replacement function should be used. */ 171 #undef realloc 172 173 /* Define to the equivalent of the C99 'restrict' keyword, or to 174 nothing if this is not supported. Do not define if restrict is 175 supported directly. */ 176 #undef restrict 177 /* Work around a bug in Sun C++: it does not support _Restrict or 178 __restrict__, even though the corresponding Sun C compiler ends up with 179 "#define restrict _Restrict" or "#define restrict __restrict__" in the 180 previous line. Perhaps some future version of Sun C++ will work with 181 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ 182 #if defined __SUNPRO_CC && !defined __RESTRICT 183 # define _Restrict 184 # define __restrict__ 185 #endif 186 187 /* Define to `unsigned int' if <sys/types.h> does not define. */ 188 #undef size_t 189 190 /* Define to the type of an unsigned integer type of width exactly 16 bits if 191 such a type exists and the standard includes do not define it. */ 192 #undef uint16_t 193 194 /* Define to the type of an unsigned integer type of width exactly 32 bits if 195 such a type exists and the standard includes do not define it. */ 196 #undef uint32_t 197 198 /* Define to the type of an unsigned integer type of width exactly 8 bits if 199 such a type exists and the standard includes do not define it. */ 200 #undef uint8_t
Note: See TracChangeset
for help on using the changeset viewer.