5747764 [rkeene@sledge /home/rkeene/devel/libconfig-0.2.5]$ cat -n config.h.in
   1: /* config.h.in.  Generated from configure.ac by autoheader.  */
   2: 
   3: /* Define to 1 if you want to produce a minimalistic build. */
   4: #undef ENABLE_SMALL
   5: 
   6: /* Define to 1 if you have the <ctype.h> header file. */
   7: #undef HAVE_CTYPE_H
   8: 
   9: /* Define to 1 if you have the <dirent.h> header file. */
  10: #undef HAVE_DIRENT_H
  11: 
  12: /* Define to 1 if you have the `getpwuid' function. */
  13: #undef HAVE_GETPWUID
  14: 
  15: /* Define to 1 if you have the `getuid' function. */
  16: #undef HAVE_GETUID
  17: 
  18: /* Define to 1 if you have the <inttypes.h> header file. */
  19: #undef HAVE_INTTYPES_H
  20: 
  21: /* Define to 1 if you have fopen_net from libopennet */
  22: #undef HAVE_LIBOPENNET
  23: 
  24: /* Define to 1 if you have the <memory.h> header file. */
  25: #undef HAVE_MEMORY_H
  26: 
  27: /* Define to 1 if you have the <netdb.h> header file. */
  28: #undef HAVE_NETDB_H
  29: 
  30: /* Define to 1 if you have the <netinet/in.h> header file. */
  31: #undef HAVE_NETINET_IN_H
  32: 
  33: /* Define to 1 if you have the <opennet.h> header file. */
  34: #undef HAVE_OPENNET_H
  35: 
  36: /* Define to 1 if you have the <pwd.h> header file. */
  37: #undef HAVE_PWD_H
  38: 
  39: /* Define to 1 if you have the <stdint.h> header file. */
  40: #undef HAVE_STDINT_H
  41: 
  42: /* Define to 1 if you have the <stdio.h> header file. */
  43: #undef HAVE_STDIO_H
  44: 
  45: /* Define to 1 if you have the <stdlib.h> header file. */
  46: #undef HAVE_STDLIB_H
  47: 
  48: /* Define to 1 if you have the <strings.h> header file. */
  49: #undef HAVE_STRINGS_H
  50: 
  51: /* Define to 1 if you have the <string.h> header file. */
  52: #undef HAVE_STRING_H
  53: 
  54: /* Define to 1 if you have the `strsep' function. */
  55: #undef HAVE_STRSEP
  56: 
  57: /* Define to 1 if you have the `strtof' function. */
  58: #undef HAVE_STRTOF
  59: 
  60: /* Define to 1 if you have the `strtoll' function. */
  61: #undef HAVE_STRTOLL
  62: 
  63: /* Define to 1 if you have the <sys/stat.h> header file. */
  64: #undef HAVE_SYS_STAT_H
  65: 
  66: /* Define to 1 if you have the <sys/time.h> header file. */
  67: #undef HAVE_SYS_TIME_H
  68: 
  69: /* Define to 1 if you have the <sys/types.h> header file. */
  70: #undef HAVE_SYS_TYPES_H
  71: 
  72: /* Define to 1 if you have the <time.h> header file. */
  73: #undef HAVE_TIME_H
  74: 
  75: /* Define to 1 if you have the <unistd.h> header file. */
  76: #undef HAVE_UNISTD_H
  77: 
  78: /* Define to 1 if you have the <windowsx.h> header file. */
  79: #undef HAVE_WINDOWSX_H
  80: 
  81: /* Define to 1 if you have the <windows.h> header file. */
  82: #undef HAVE_WINDOWS_H
  83: 
  84: /* Define to the address where bug reports for this package should be sent. */
  85: #undef PACKAGE_BUGREPORT
  86: 
  87: /* Define to the full name of this package. */
  88: #undef PACKAGE_NAME
  89: 
  90: /* Define to the full name and version of this package. */
  91: #undef PACKAGE_STRING
  92: 
  93: /* Define to the one symbol short name of this package. */
  94: #undef PACKAGE_TARNAME
  95: 
  96: /* Define to the version of this package. */
  97: #undef PACKAGE_VERSION
  98: 
  99: /* The size of a `int', as computed by sizeof. */
 100: #undef SIZEOF_INT
 101: 
 102: /* The size of a `long', as computed by sizeof. */
 103: #undef SIZEOF_LONG
 104: 
 105: /* The size of a `long long', as computed by sizeof. */
 106: #undef SIZEOF_LONG_LONG
 107: 
 108: /* The size of a `short', as computed by sizeof. */
 109: #undef SIZEOF_SHORT
 110: 
 111: /* Define to 1 if you have the ANSI C header files. */
 112: #undef STDC_HEADERS
 113: 
 114: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 115: #undef TIME_WITH_SYS_TIME
 116: 
 117: /* Define to 1 if on AIX 3.
 118:    System headers sometimes define this.
 119:    We just want to avoid a redefinition error message.  */
 120: #ifndef _ALL_SOURCE
 121: # undef _ALL_SOURCE
 122: #endif
 123: 
 124: /* Define to `__inline__' or `__inline' if that's what the C compiler
 125:    calls it, or to nothing if 'inline' is not supported under any name.  */
 126: #ifndef __cplusplus
 127: #undef inline
 128: #endif
 129: 
 130: /* Define to `signed short' if <sys/types.h> does not define. */
 131: #undef int16_t
 132: 
 133: /* Define to `signed short' if <sys/types.h> does not define. */
 134: #undef int32_t
 135: 
 136: /* Define to `signed short' if <sys/types.h> does not define. */
 137: #undef int64_t
 138: 
 139: /* Define to `unsigned short' if <sys/types.h> does not define. */
 140: #undef uint16_t
 141: 
 142: /* Define to `unsigned short' if <sys/types.h> does not define. */
 143: #undef uint32_t
 144: 
 145: /* Define to `unsigned short' if <sys/types.h> does not define. */
 146: #undef uint64_t
5747765 [rkeene@sledge /home/rkeene/devel/libconfig-0.2.5]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2007-01-16 09:12:34