config/config.h.in
changeset 801 8255f1a371d7
parent 800 2481fffe6e58
child 804 7898ba56c7cf
equal deleted inserted replaced
800:2481fffe6e58 801:8255f1a371d7
     1 /* config/config.h.in.  Generated from configure.ac by autoheader.  */
       
     2 
       
     3 /* Define to 1 if you have the `alarm' function. */
       
     4 #undef HAVE_ALARM
       
     5 
       
     6 /* Define to 1 if you have the `clock_gettime' function. */
       
     7 #undef HAVE_CLOCK_GETTIME
       
     8 
       
     9 /* Define to 1 if you have the <float.h> header file. */
       
    10 #undef HAVE_FLOAT_H
       
    11 
       
    12 /* Define to 1 if you have the <inttypes.h> header file. */
       
    13 #undef HAVE_INTTYPES_H
       
    14 
       
    15 /* Define to 1 if you have the <limits.h> header file. */
       
    16 #undef HAVE_LIMITS_H
       
    17 
       
    18 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
       
    19    to 0 otherwise. */
       
    20 #undef HAVE_MALLOC
       
    21 
       
    22 /* Define to 1 if you have the <memory.h> header file. */
       
    23 #undef HAVE_MEMORY_H
       
    24 
       
    25 /* Define to 1 if you have the `memset' function. */
       
    26 #undef HAVE_MEMSET
       
    27 
       
    28 /* Define to 1 if you have the `pow' function. */
       
    29 #undef HAVE_POW
       
    30 
       
    31 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
       
    32    and to 0 otherwise. */
       
    33 #undef HAVE_REALLOC
       
    34 
       
    35 /* Define to 1 if stdbool.h conforms to C99. */
       
    36 #undef HAVE_STDBOOL_H
       
    37 
       
    38 /* Define to 1 if you have the <stdint.h> header file. */
       
    39 #undef HAVE_STDINT_H
       
    40 
       
    41 /* Define to 1 if you have the <stdlib.h> header file. */
       
    42 #undef HAVE_STDLIB_H
       
    43 
       
    44 /* Define to 1 if you have the `strcasecmp' function. */
       
    45 #undef HAVE_STRCASECMP
       
    46 
       
    47 /* Define to 1 if you have the `strdup' function. */
       
    48 #undef HAVE_STRDUP
       
    49 
       
    50 /* Define to 1 if you have the <strings.h> header file. */
       
    51 #undef HAVE_STRINGS_H
       
    52 
       
    53 /* Define to 1 if you have the <string.h> header file. */
       
    54 #undef HAVE_STRING_H
       
    55 
       
    56 /* Define to 1 if you have the `strtoul' function. */
       
    57 #undef HAVE_STRTOUL
       
    58 
       
    59 /* Define to 1 if you have the `strtoull' function. */
       
    60 #undef HAVE_STRTOULL
       
    61 
       
    62 /* Define to 1 if you have the <sys/stat.h> header file. */
       
    63 #undef HAVE_SYS_STAT_H
       
    64 
       
    65 /* Define to 1 if you have the <sys/timeb.h> header file. */
       
    66 #undef HAVE_SYS_TIMEB_H
       
    67 
       
    68 /* Define to 1 if you have the <sys/time.h> header file. */
       
    69 #undef HAVE_SYS_TIME_H
       
    70 
       
    71 /* Define to 1 if you have the <sys/types.h> header file. */
       
    72 #undef HAVE_SYS_TYPES_H
       
    73 
       
    74 /* Define to 1 if you have the <unistd.h> header file. */
       
    75 #undef HAVE_UNISTD_H
       
    76 
       
    77 /* Define to 1 if the system has the type `_Bool'. */
       
    78 #undef HAVE__BOOL
       
    79 
       
    80 /* Name of package */
       
    81 #undef PACKAGE
       
    82 
       
    83 /* Define to the address where bug reports for this package should be sent. */
       
    84 #undef PACKAGE_BUGREPORT
       
    85 
       
    86 /* Define to the full name of this package. */
       
    87 #undef PACKAGE_NAME
       
    88 
       
    89 /* Define to the full name and version of this package. */
       
    90 #undef PACKAGE_STRING
       
    91 
       
    92 /* Define to the one symbol short name of this package. */
       
    93 #undef PACKAGE_TARNAME
       
    94 
       
    95 /* Define to the home page for this package. */
       
    96 #undef PACKAGE_URL
       
    97 
       
    98 /* Define to the version of this package. */
       
    99 #undef PACKAGE_VERSION
       
   100 
       
   101 /* Define to 1 if you have the ANSI C header files. */
       
   102 #undef STDC_HEADERS
       
   103 
       
   104 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
       
   105 #undef TIME_WITH_SYS_TIME
       
   106 
       
   107 /* Version number of package */
       
   108 #undef VERSION
       
   109 
       
   110 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
       
   111    `char[]'. */
       
   112 #undef YYTEXT_POINTER
       
   113 
       
   114 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
       
   115    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
       
   116    #define below would cause a syntax error. */
       
   117 #undef _UINT32_T
       
   118 
       
   119 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
       
   120    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
       
   121    #define below would cause a syntax error. */
       
   122 #undef _UINT64_T
       
   123 
       
   124 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
       
   125    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
       
   126    #define below would cause a syntax error. */
       
   127 #undef _UINT8_T
       
   128 
       
   129 /* Define to `__inline__' or `__inline' if that's what the C compiler
       
   130    calls it, or to nothing if 'inline' is not supported under any name.  */
       
   131 #ifndef __cplusplus
       
   132 #undef inline
       
   133 #endif
       
   134 
       
   135 /* Define to the type of a signed integer type of width exactly 16 bits if
       
   136    such a type exists and the standard includes do not define it. */
       
   137 #undef int16_t
       
   138 
       
   139 /* Define to the type of a signed integer type of width exactly 32 bits if
       
   140    such a type exists and the standard includes do not define it. */
       
   141 #undef int32_t
       
   142 
       
   143 /* Define to the type of a signed integer type of width exactly 64 bits if
       
   144    such a type exists and the standard includes do not define it. */
       
   145 #undef int64_t
       
   146 
       
   147 /* Define to the type of a signed integer type of width exactly 8 bits if such
       
   148    a type exists and the standard includes do not define it. */
       
   149 #undef int8_t
       
   150 
       
   151 /* Define to rpl_malloc if the replacement function should be used. */
       
   152 #undef malloc
       
   153 
       
   154 /* Define to rpl_realloc if the replacement function should be used. */
       
   155 #undef realloc
       
   156 
       
   157 /* Define to the type of an unsigned integer type of width exactly 16 bits if
       
   158    such a type exists and the standard includes do not define it. */
       
   159 #undef uint16_t
       
   160 
       
   161 /* Define to the type of an unsigned integer type of width exactly 32 bits if
       
   162    such a type exists and the standard includes do not define it. */
       
   163 #undef uint32_t
       
   164 
       
   165 /* Define to the type of an unsigned integer type of width exactly 64 bits if
       
   166    such a type exists and the standard includes do not define it. */
       
   167 #undef uint64_t
       
   168 
       
   169 /* Define to the type of an unsigned integer type of width exactly 8 bits if
       
   170    such a type exists and the standard includes do not define it. */
       
   171 #undef uint8_t