Home | History | Annotate | Download | only in json-c
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Enable RDRANR Hardware RNG Hash Seed */
      5 /* #undef ENABLE_RDRAND */
      6 
      7 /* Define if .gnu.warning accepts long strings. */
      8 /* #undef HAS_GNU_WARNING_LONG */
      9 
     10 /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
     11    don't. */
     12 #define HAVE_DECL_INFINITY 1
     13 
     14 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
     15    */
     16 #define HAVE_DECL_ISINF 1
     17 
     18 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
     19    */
     20 #define HAVE_DECL_ISNAN 1
     21 
     22 /* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */
     23 #define HAVE_DECL_NAN 1
     24 
     25 /* Define to 1 if you have the declaration of `_finite', and to 0 if you
     26    don't. */
     27 #define HAVE_DECL__FINITE 0
     28 
     29 /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
     30    */
     31 #define HAVE_DECL__ISNAN 0
     32 
     33 /* Define to 1 if you have the <dlfcn.h> header file. */
     34 #define HAVE_DLFCN_H 1
     35 
     36 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
     37 /* #undef HAVE_DOPRNT */
     38 
     39 /* Define to 1 if you have the <endian.h> header file. */
     40 #define HAVE_ENDIAN_H 1
     41 
     42 /* Define to 1 if you have the <fcntl.h> header file. */
     43 #define HAVE_FCNTL_H 1
     44 
     45 /* Define to 1 if you have the <inttypes.h> header file. */
     46 #define HAVE_INTTYPES_H 1
     47 
     48 /* Define to 1 if you have the <limits.h> header file. */
     49 #define HAVE_LIMITS_H 1
     50 
     51 /* Define to 1 if you have the <locale.h> header file. */
     52 #define HAVE_LOCALE_H 1
     53 
     54 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
     55    to 0 otherwise. */
     56 #define HAVE_MALLOC 1
     57 
     58 /* Define to 1 if you have the <memory.h> header file. */
     59 #define HAVE_MEMORY_H 1
     60 
     61 /* Define to 1 if you have the `open' function. */
     62 #define HAVE_OPEN 1
     63 
     64 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
     65    and to 0 otherwise. */
     66 #define HAVE_REALLOC 1
     67 
     68 /* Define to 1 if you have the `setlocale' function. */
     69 #define HAVE_SETLOCALE 1
     70 
     71 /* Define to 1 if you have the `snprintf' function. */
     72 #define HAVE_SNPRINTF 1
     73 
     74 /* Define to 1 if you have the <stdarg.h> header file. */
     75 #define HAVE_STDARG_H 1
     76 
     77 /* Define to 1 if you have the <stdint.h> header file. */
     78 #define HAVE_STDINT_H 1
     79 
     80 /* Define to 1 if you have the <stdlib.h> header file. */
     81 #define HAVE_STDLIB_H 1
     82 
     83 /* Define to 1 if you have the `strcasecmp' function. */
     84 #define HAVE_STRCASECMP 1
     85 
     86 /* Define to 1 if you have the `strdup' function. */
     87 #define HAVE_STRDUP 1
     88 
     89 /* Define to 1 if you have the `strerror' function. */
     90 #define HAVE_STRERROR 1
     91 
     92 /* Define to 1 if you have the <strings.h> header file. */
     93 #define HAVE_STRINGS_H 1
     94 
     95 /* Define to 1 if you have the <string.h> header file. */
     96 #define HAVE_STRING_H 1
     97 
     98 /* Define to 1 if you have the `strncasecmp' function. */
     99 #define HAVE_STRNCASECMP 1
    100 
    101 /* Define to 1 if you have the <syslog.h> header file. */
    102 #define HAVE_SYSLOG_H 1
    103 
    104 /* Define to 1 if you have the <sys/cdefs.h> header file. */
    105 #define HAVE_SYS_CDEFS_H 1
    106 
    107 /* Define to 1 if you have the <sys/param.h> header file. */
    108 #define HAVE_SYS_PARAM_H 1
    109 
    110 /* Define to 1 if you have the <sys/stat.h> header file. */
    111 #define HAVE_SYS_STAT_H 1
    112 
    113 /* Define to 1 if you have the <sys/types.h> header file. */
    114 #define HAVE_SYS_TYPES_H 1
    115 
    116 /* Define to 1 if you have the <unistd.h> header file. */
    117 #define HAVE_UNISTD_H 1
    118 
    119 /* Define to 1 if you have the `vasprintf' function. */
    120 #define HAVE_VASPRINTF 1
    121 
    122 /* Define to 1 if you have the `vprintf' function. */
    123 #define HAVE_VPRINTF 1
    124 
    125 /* Define to 1 if you have the `vsnprintf' function. */
    126 #define HAVE_VSNPRINTF 1
    127 
    128 /* Define to 1 if you have the `vsyslog' function. */
    129 #define HAVE_VSYSLOG 1
    130 
    131 /* Public define for json_inttypes.h */
    132 #define JSON_C_HAVE_INTTYPES_H 1
    133 
    134 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    135    */
    136 #define LT_OBJDIR ".libs/"
    137 
    138 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
    139 /* #undef NO_MINUS_C_MINUS_O */
    140 
    141 /* Name of package */
    142 #define PACKAGE "json-c"
    143 
    144 /* Define to the address where bug reports for this package should be sent. */
    145 #define PACKAGE_BUGREPORT "json-c (at) googlegroups.com"
    146 
    147 /* Define to the full name of this package. */
    148 #define PACKAGE_NAME "json-c"
    149 
    150 /* Define to the full name and version of this package. */
    151 #define PACKAGE_STRING "json-c 0.12.99"
    152 
    153 /* Define to the one symbol short name of this package. */
    154 #define PACKAGE_TARNAME "json-c"
    155 
    156 /* Define to the home page for this package. */
    157 #define PACKAGE_URL ""
    158 
    159 /* Define to the version of this package. */
    160 #define PACKAGE_VERSION "0.12.99"
    161 
    162 /* Define to 1 if you have the ANSI C header files. */
    163 #define STDC_HEADERS 1
    164 
    165 /* Version number of package */
    166 #define VERSION "0.12.99"
    167 
    168 /* Define to empty if `const' does not conform to ANSI C. */
    169 /* #undef const */
    170 
    171 /* Define to rpl_malloc if the replacement function should be used. */
    172 /* #undef malloc */
    173 
    174 /* Define to rpl_realloc if the replacement function should be used. */
    175 /* #undef realloc */
    176 
    177 /* Define to `unsigned int' if <sys/types.h> does not define. */
    178 /* #undef size_t */
    179