Changeset 42336618 for config.h.in


Ignore:
Timestamp:
May 27, 2015, 1:51:38 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

fix automake fifth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config.h.in

    r4d51835 r42336618  
    4646#undef HAVE_LIMITS_H
    4747
    48 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    49    to 0 otherwise. */
    50 #undef HAVE_MALLOC
    51 
    5248/* Define to 1 if you have the <malloc.h> header file. */
    5349#undef HAVE_MALLOC_H
     
    6157/* Define to 1 if you have the `putenv' function. */
    6258#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
    6759
    6860/* Define to 1 if stdbool.h conforms to C99. */
     
    165157#undef int8_t
    166158
    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 
    173159/* Define to the equivalent of the C99 'restrict' keyword, or to
    174160   nothing if this is not supported.  Do not define if restrict is
Note: See TracChangeset for help on using the changeset viewer.