Home | History | Annotate | Download | only in protobuf
      1 /* config.h.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /* the name of <hash_set> */
      4 #undef HASH_MAP_CLASS
      5 
      6 /* the location of <hash_map> */
      7 #undef HASH_MAP_H
      8 
      9 /* the namespace of hash_map/hash_set */
     10 #undef HASH_NAMESPACE
     11 
     12 /* the name of <hash_set> */
     13 #undef HASH_SET_CLASS
     14 
     15 /* the location of <hash_set> */
     16 #undef HASH_SET_H
     17 
     18 /* Define to 1 if you have the <dlfcn.h> header file. */
     19 #undef HAVE_DLFCN_H
     20 
     21 /* Define to 1 if you have the <fcntl.h> header file. */
     22 #undef HAVE_FCNTL_H
     23 
     24 /* Define to 1 if you have the `ftruncate' function. */
     25 #undef HAVE_FTRUNCATE
     26 
     27 /* define if the compiler has hash_map */
     28 #undef HAVE_HASH_MAP
     29 
     30 /* define if the compiler has hash_set */
     31 #undef HAVE_HASH_SET
     32 
     33 /* Define to 1 if you have the <inttypes.h> header file. */
     34 #undef HAVE_INTTYPES_H
     35 
     36 /* Define to 1 if you have the <limits.h> header file. */
     37 #undef HAVE_LIMITS_H
     38 
     39 /* Define to 1 if you have the <memory.h> header file. */
     40 #undef HAVE_MEMORY_H
     41 
     42 /* Define to 1 if you have the `memset' function. */
     43 #undef HAVE_MEMSET
     44 
     45 /* Define to 1 if you have the `mkdir' function. */
     46 #undef HAVE_MKDIR
     47 
     48 /* Define if you have POSIX threads libraries and header files. */
     49 #undef HAVE_PTHREAD
     50 
     51 /* Define to 1 if you have the <stdint.h> header file. */
     52 #undef HAVE_STDINT_H
     53 
     54 /* Define to 1 if you have the <stdlib.h> header file. */
     55 #undef HAVE_STDLIB_H
     56 
     57 /* Define to 1 if you have the `strchr' function. */
     58 #undef HAVE_STRCHR
     59 
     60 /* Define to 1 if you have the `strerror' function. */
     61 #undef HAVE_STRERROR
     62 
     63 /* Define to 1 if you have the <strings.h> header file. */
     64 #undef HAVE_STRINGS_H
     65 
     66 /* Define to 1 if you have the <string.h> header file. */
     67 #undef HAVE_STRING_H
     68 
     69 /* Define to 1 if you have the `strtol' function. */
     70 #undef HAVE_STRTOL
     71 
     72 /* Define to 1 if you have the <sys/stat.h> header file. */
     73 #undef HAVE_SYS_STAT_H
     74 
     75 /* Define to 1 if you have the <sys/types.h> header file. */
     76 #undef HAVE_SYS_TYPES_H
     77 
     78 /* Define to 1 if you have the <unistd.h> header file. */
     79 #undef HAVE_UNISTD_H
     80 
     81 /* Enable classes using zlib compression. */
     82 #undef HAVE_ZLIB
     83 
     84 /* Define to the sub-directory in which libtool stores uninstalled libraries.
     85    */
     86 #undef LT_OBJDIR
     87 
     88 /* Name of package */
     89 #undef PACKAGE
     90 
     91 /* Define to the address where bug reports for this package should be sent. */
     92 #undef PACKAGE_BUGREPORT
     93 
     94 /* Define to the full name of this package. */
     95 #undef PACKAGE_NAME
     96 
     97 /* Define to the full name and version of this package. */
     98 #undef PACKAGE_STRING
     99 
    100 /* Define to the one symbol short name of this package. */
    101 #undef PACKAGE_TARNAME
    102 
    103 /* Define to the version of this package. */
    104 #undef PACKAGE_VERSION
    105 
    106 /* Define to necessary symbol if this constant uses a non-standard name on
    107    your system. */
    108 #undef PTHREAD_CREATE_JOINABLE
    109 
    110 /* Define to 1 if you have the ANSI C header files. */
    111 #undef STDC_HEADERS
    112 
    113 /* Version number of package */
    114 #undef VERSION
    115 
    116 /* Define to 1 if on AIX 3.
    117    System headers sometimes define this.
    118    We just want to avoid a redefinition error message.  */
    119 #ifndef _ALL_SOURCE
    120 # undef _ALL_SOURCE
    121 #endif
    122 
    123 /* Enable GNU extensions on systems that have them.  */
    124 #ifndef _GNU_SOURCE
    125 # undef _GNU_SOURCE
    126 #endif
    127 
    128 /* Define to 1 if on MINIX. */
    129 #undef _MINIX
    130 
    131 /* Define to 2 if the system does not provide POSIX.1 features except with
    132    this defined. */
    133 #undef _POSIX_1_SOURCE
    134 
    135 /* Define to 1 if you need to in order for `stat' and other things to work. */
    136 #undef _POSIX_SOURCE
    137 
    138 /* Enable extensions on Solaris.  */
    139 #ifndef __EXTENSIONS__
    140 # undef __EXTENSIONS__
    141 #endif
    142 #ifndef _POSIX_PTHREAD_SEMANTICS
    143 # undef _POSIX_PTHREAD_SEMANTICS
    144 #endif
    145 #ifndef _TANDEM_SOURCE
    146 # undef _TANDEM_SOURCE
    147 #endif
    148