File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / config.h.in
Revision 1.11: download - view: text, annotated - select for diffs - revision graph
Wed Mar 13 14:54:39 2013 UTC (11 years, 3 months ago) by misho
Branches: MAIN
CVS tags: io6_0, io5_9, io5_8, io5_7, io5_6, io5_5, io5_4, io5_3, io5_2, io5_1, IO5_9, IO5_8, IO5_7, IO5_6, IO5_5, IO5_4, IO5_3, IO5_2, IO5_1, IO5_0, HEAD
version 5.0

    1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
    2: 
    3: /* Build library with AIO operations */
    4: #undef AIO_OPS
    5: 
    6: /* Define to 1 if you have the `bzero' function. */
    7: #undef HAVE_BZERO
    8: 
    9: /* Define to 1 if you have the `getpagesize' function. */
   10: #undef HAVE_GETPAGESIZE
   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 `crypto' library (-lcrypto). */
   16: #undef HAVE_LIBCRYPTO
   17: 
   18: /* Define to 1 if you have the `elwix' library (-lelwix). */
   19: #undef HAVE_LIBELWIX
   20: 
   21: /* Define to 1 if you have the `pthread' library (-lpthread). */
   22: #undef HAVE_LIBPTHREAD
   23: 
   24: /* Define to 1 if you have the `rt' library (-lrt). */
   25: #undef HAVE_LIBRT
   26: 
   27: /* Define to 1 if you have the `util' library (-lutil). */
   28: #undef HAVE_LIBUTIL
   29: 
   30: /* Define to 1 if you have the <memory.h> header file. */
   31: #undef HAVE_MEMORY_H
   32: 
   33: /* Define to 1 if you have the `memset' function. */
   34: #undef HAVE_MEMSET
   35: 
   36: /* Define to 1 if you have a working `mmap' system call. */
   37: #undef HAVE_MMAP
   38: 
   39: /* Define to 1 if you have the `munmap' function. */
   40: #undef HAVE_MUNMAP
   41: 
   42: /* Define to 1 if you have the `pthread_create' function. */
   43: #undef HAVE_PTHREAD_CREATE
   44: 
   45: /* Define to 1 if you have the `pthread_exit' function. */
   46: #undef HAVE_PTHREAD_EXIT
   47: 
   48: /* Define to 1 if you have the `shm_open' function. */
   49: #undef HAVE_SHM_OPEN
   50: 
   51: /* Define to 1 if you have the `shm_unlink' function. */
   52: #undef HAVE_SHM_UNLINK
   53: 
   54: /* Define to 1 if you have the <stdint.h> header file. */
   55: #undef HAVE_STDINT_H
   56: 
   57: /* Define to 1 if you have the <stdlib.h> header file. */
   58: #undef HAVE_STDLIB_H
   59: 
   60: /* Define to 1 if you have the <strings.h> header file. */
   61: #undef HAVE_STRINGS_H
   62: 
   63: /* Define to 1 if you have the <string.h> header file. */
   64: #undef HAVE_STRING_H
   65: 
   66: /* Define to 1 if you have the <sys/ioctl.h> header file. */
   67: #undef HAVE_SYS_IOCTL_H
   68: 
   69: /* Define to 1 if you have the <sys/param.h> header file. */
   70: #undef HAVE_SYS_PARAM_H
   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 <termios.h> header file. */
   79: #undef HAVE_TERMIOS_H
   80: 
   81: /* union semun */
   82: #undef HAVE_UNION_SEMUN
   83: 
   84: /* Define to 1 if you have the <unistd.h> header file. */
   85: #undef HAVE_UNISTD_H
   86: 
   87: /* Build w/o assert() support */
   88: #undef NDEBUG
   89: 
   90: /* Define to the address where bug reports for this package should be sent. */
   91: #undef PACKAGE_BUGREPORT
   92: 
   93: /* Define to the full name of this package. */
   94: #undef PACKAGE_NAME
   95: 
   96: /* Define to the full name and version of this package. */
   97: #undef PACKAGE_STRING
   98: 
   99: /* Define to the one symbol short name of this package. */
  100: #undef PACKAGE_TARNAME
  101: 
  102: /* Define to the home page for this package. */
  103: #undef PACKAGE_URL
  104: 
  105: /* Define to the version of this package. */
  106: #undef PACKAGE_VERSION
  107: 
  108: /* Define to 1 if you have the ANSI C header files. */
  109: #undef STDC_HEADERS
  110: 
  111: /* Define to `__inline__' or `__inline' if that's what the C compiler
  112:    calls it, or to nothing if 'inline' is not supported under any name.  */
  113: #ifndef __cplusplus
  114: #undef inline
  115: #endif

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