File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / inc / config.h.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Mar 8 23:40:21 2012 UTC (12 years, 3 months ago) by misho
Branches: misho
CVS tags: www1_3, www1_2, www1_1, www1_0, start, WWW1_2, WWW1_1, WWW1_0
libaitwww

    1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
    2: 
    3: /* Define to 1 if you have the <fcntl.h> header file. */
    4: #undef HAVE_FCNTL_H
    5: 
    6: /* Define to 1 if you have the <inttypes.h> header file. */
    7: #undef HAVE_INTTYPES_H
    8: 
    9: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
   10:    to 0 otherwise. */
   11: #undef HAVE_MALLOC
   12: 
   13: /* Define to 1 if you have the `memchr' function. */
   14: #undef HAVE_MEMCHR
   15: 
   16: /* Define to 1 if you have the <memory.h> header file. */
   17: #undef HAVE_MEMORY_H
   18: 
   19: /* Define to 1 if you have the `memset' function. */
   20: #undef HAVE_MEMSET
   21: 
   22: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
   23:    and to 0 otherwise. */
   24: #undef HAVE_REALLOC
   25: 
   26: /* Define to 1 if you have the <stdint.h> header file. */
   27: #undef HAVE_STDINT_H
   28: 
   29: /* Define to 1 if you have the <stdlib.h> header file. */
   30: #undef HAVE_STDLIB_H
   31: 
   32: /* Define to 1 if you have the `strcasecmp' function. */
   33: #undef HAVE_STRCASECMP
   34: 
   35: /* Define to 1 if you have the `strchr' function. */
   36: #undef HAVE_STRCHR
   37: 
   38: /* Define to 1 if you have the `strcspn' function. */
   39: #undef HAVE_STRCSPN
   40: 
   41: /* Define to 1 if you have the `strdup' function. */
   42: #undef HAVE_STRDUP
   43: 
   44: /* Define to 1 if you have the `strerror' function. */
   45: #undef HAVE_STRERROR
   46: 
   47: /* Define to 1 if you have the <strings.h> header file. */
   48: #undef HAVE_STRINGS_H
   49: 
   50: /* Define to 1 if you have the <string.h> header file. */
   51: #undef HAVE_STRING_H
   52: 
   53: /* Define to 1 if you have the `strncasecmp' function. */
   54: #undef HAVE_STRNCASECMP
   55: 
   56: /* Define to 1 if you have the `strspn' function. */
   57: #undef HAVE_STRSPN
   58: 
   59: /* Define to 1 if you have the `strstr' function. */
   60: #undef HAVE_STRSTR
   61: 
   62: /* Define to 1 if you have the `strtol' function. */
   63: #undef HAVE_STRTOL
   64: 
   65: /* Define to 1 if you have the <sys/socket.h> header file. */
   66: #undef HAVE_SYS_SOCKET_H
   67: 
   68: /* Define to 1 if you have the <sys/stat.h> header file. */
   69: #undef HAVE_SYS_STAT_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: /* Build w/o assert() support */
   78: #undef NDEBUG
   79: 
   80: /* Define to the address where bug reports for this package should be sent. */
   81: #undef PACKAGE_BUGREPORT
   82: 
   83: /* Define to the full name of this package. */
   84: #undef PACKAGE_NAME
   85: 
   86: /* Define to the full name and version of this package. */
   87: #undef PACKAGE_STRING
   88: 
   89: /* Define to the one symbol short name of this package. */
   90: #undef PACKAGE_TARNAME
   91: 
   92: /* Define to the home page for this package. */
   93: #undef PACKAGE_URL
   94: 
   95: /* Define to the version of this package. */
   96: #undef PACKAGE_VERSION
   97: 
   98: /* Define to 1 if you have the ANSI C header files. */
   99: #undef STDC_HEADERS
  100: 
  101: /* Build libraries with debug information and additional messages */
  102: #undef __DEBUG
  103: 
  104: /* Define to `__inline__' or `__inline' if that's what the C compiler
  105:    calls it, or to nothing if 'inline' is not supported under any name.  */
  106: #ifndef __cplusplus
  107: #undef inline
  108: #endif
  109: 
  110: /* Define to rpl_malloc if the replacement function should be used. */
  111: #undef malloc
  112: 
  113: /* Define to rpl_realloc if the replacement function should be used. */
  114: #undef realloc
  115: 
  116: /* Define to `unsigned int' if <sys/types.h> does not define. */
  117: #undef size_t

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>