Changeset 42336618 for config.h.in
- Timestamp:
- May 27, 2015, 1:51:38 PM (10 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:
- f7d59bf
- Parents:
- 4d51835
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r4d51835 r42336618 46 46 #undef HAVE_LIMITS_H 47 47 48 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and49 to 0 otherwise. */50 #undef HAVE_MALLOC51 52 48 /* Define to 1 if you have the <malloc.h> header file. */ 53 49 #undef HAVE_MALLOC_H … … 61 57 /* Define to 1 if you have the `putenv' function. */ 62 58 #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_REALLOC67 59 68 60 /* Define to 1 if stdbool.h conforms to C99. */ … … 165 157 #undef int8_t 166 158 167 /* Define to rpl_malloc if the replacement function should be used. */168 #undef malloc169 170 /* Define to rpl_realloc if the replacement function should be used. */171 #undef realloc172 173 159 /* Define to the equivalent of the C99 'restrict' keyword, or to 174 160 nothing if this is not supported. Do not define if restrict is
Note: See TracChangeset
for help on using the changeset viewer.