Changeset 937e51d for config.h.in


Ignore:
Timestamp:
Jun 26, 2015, 4:00:26 PM (11 years ago)
Author:
Aaron Moss <a3moss@…>
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, stuck-waitfor-destruct, with_gc
Children:
0df292b, e0ff3e6
Parents:
eb50842 (diff), 1869adf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pointer to pointer to qualified fix into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config.h.in

    reb50842 r937e51d  
    1 /* config.h.in.  Generated from configure.in by autoheader.  */
     1/* config.h.in.  Generated from configure.ac by autoheader.  */
    22
    33/* Location of cfa command. */
     
    1313#undef CFA_PREFIX
    1414
    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
    1722
    1823/* Path/name of C compiler. */
    1924#undef GCC_PATH
    2025
     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
    2139/* Define to 1 if you have the <inttypes.h> header file. */
    2240#undef HAVE_INTTYPES_H
     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
    2347
    2448/* Define to 1 if you have the <malloc.h> header file. */
     
    2852#undef HAVE_MEMORY_H
    2953
     54/* Define to 1 if you have the `memset' function. */
     55#undef HAVE_MEMSET
     56
     57/* Define to 1 if you have the `putenv' function. */
     58#undef HAVE_PUTENV
     59
     60/* Define to 1 if stdbool.h conforms to C99. */
     61#undef HAVE_STDBOOL_H
     62
     63/* Define to 1 if you have the <stddef.h> header file. */
     64#undef HAVE_STDDEF_H
     65
    3066/* Define to 1 if you have the <stdint.h> header file. */
    3167#undef HAVE_STDINT_H
     
    3470#undef HAVE_STDLIB_H
    3571
     72/* Define to 1 if you have the `strchr' function. */
     73#undef HAVE_STRCHR
     74
    3675/* Define to 1 if you have the <strings.h> header file. */
    3776#undef HAVE_STRINGS_H
     
    3978/* Define to 1 if you have the <string.h> header file. */
    4079#undef HAVE_STRING_H
     80
     81/* Define to 1 if you have the `strtol' function. */
     82#undef HAVE_STRTOL
    4183
    4284/* Define to 1 if you have the <sys/stat.h> header file. */
     
    4890/* Define to 1 if you have the <unistd.h> header file. */
    4991#undef HAVE_UNISTD_H
     92
     93/* Define to 1 if the system has the type `_Bool'. */
     94#undef HAVE__BOOL
     95
     96/* Define to 1 if your C compiler doesn't accept -c and -o together. */
     97#undef NO_MINUS_C_MINUS_O
    5098
    5199/* Name of package */
     
    70118#undef PACKAGE_VERSION
    71119
     120/* If using the C implementation of alloca, define if you know the
     121   direction of stack growth for your system; otherwise it will be
     122   automatically deduced at runtime.
     123        STACK_DIRECTION > 0 => grows toward higher addresses
     124        STACK_DIRECTION < 0 => grows toward lower addresses
     125        STACK_DIRECTION = 0 => direction of growth unknown */
     126#undef STACK_DIRECTION
     127
    72128/* Define to 1 if you have the ANSI C header files. */
    73129#undef STDC_HEADERS
    74 
    75 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
    76 #undef TM_IN_SYS_TIME
    77130
    78131/* Version number of package */
     
    83136#undef YYTEXT_POINTER
    84137
    85 /* Define to empty if `const' does not conform to ANSI C. */
    86 #undef const
     138/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
     139   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
     140   #define below would cause a syntax error. */
     141#undef _UINT32_T
     142
     143/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
     144   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
     145   #define below would cause a syntax error. */
     146#undef _UINT8_T
    87147
    88148/* Define to `__inline__' or `__inline' if that's what the C compiler
     
    91151#undef inline
    92152#endif
     153
     154/* Define to the type of a signed integer type of width exactly 16 bits if
     155   such a type exists and the standard includes do not define it. */
     156#undef int16_t
     157
     158/* Define to the type of a signed integer type of width exactly 32 bits if
     159   such a type exists and the standard includes do not define it. */
     160#undef int32_t
     161
     162/* Define to the type of a signed integer type of width exactly 8 bits if such
     163   a type exists and the standard includes do not define it. */
     164#undef int8_t
     165
     166/* Define to the equivalent of the C99 'restrict' keyword, or to
     167   nothing if this is not supported.  Do not define if restrict is
     168   supported directly.  */
     169#undef restrict
     170/* Work around a bug in Sun C++: it does not support _Restrict or
     171   __restrict__, even though the corresponding Sun C compiler ends up with
     172   "#define restrict _Restrict" or "#define restrict __restrict__" in the
     173   previous line.  Perhaps some future version of Sun C++ will work with
     174   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
     175#if defined __SUNPRO_CC && !defined __RESTRICT
     176# define _Restrict
     177# define __restrict__
     178#endif
     179
     180/* Define to `unsigned int' if <sys/types.h> does not define. */
     181#undef size_t
     182
     183/* Define to the type of an unsigned integer type of width exactly 16 bits if
     184   such a type exists and the standard includes do not define it. */
     185#undef uint16_t
     186
     187/* Define to the type of an unsigned integer type of width exactly 32 bits if
     188   such a type exists and the standard includes do not define it. */
     189#undef uint32_t
     190
     191/* Define to the type of an unsigned integer type of width exactly 8 bits if
     192   such a type exists and the standard includes do not define it. */
     193#undef uint8_t
Note: See TracChangeset for help on using the changeset viewer.