File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / config.h.in
Revision 1.12: download - view: text, annotated - select for diffs - revision graph
Fri Nov 22 13:49:14 2013 UTC (10 years, 7 months ago) by misho
Branches: MAIN
CVS tags: io6_9, io6_8, io6_7, io6_6, io6_5, io6_4, io6_3, io6_2, io6_1, IO6_8, IO6_7, IO6_6, IO6_5, IO6_4, IO6_3, IO6_2, IO6_1, IO6_0, HEAD
version 6.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 `aitsched' library (-laitsched). */
   16: #undef HAVE_LIBAITSCHED
   17: 
   18: /* Define to 1 if you have the `crypto' library (-lcrypto). */
   19: #undef HAVE_LIBCRYPTO
   20: 
   21: /* Define to 1 if you have the `elwix' library (-lelwix). */
   22: #undef HAVE_LIBELWIX
   23: 
   24: /* Define to 1 if you have the `pthread' library (-lpthread). */
   25: #undef HAVE_LIBPTHREAD
   26: 
   27: /* Define to 1 if you have the `rt' library (-lrt). */
   28: #undef HAVE_LIBRT
   29: 
   30: /* Define to 1 if you have the `util' library (-lutil). */
   31: #undef HAVE_LIBUTIL
   32: 
   33: /* Define to 1 if you have the <memory.h> header file. */
   34: #undef HAVE_MEMORY_H
   35: 
   36: /* Define to 1 if you have the `memset' function. */
   37: #undef HAVE_MEMSET
   38: 
   39: /* Define to 1 if you have a working `mmap' system call. */
   40: #undef HAVE_MMAP
   41: 
   42: /* Define to 1 if you have the `munmap' function. */
   43: #undef HAVE_MUNMAP
   44: 
   45: /* Define to 1 if you have the `pthread_create' function. */
   46: #undef HAVE_PTHREAD_CREATE
   47: 
   48: /* Define to 1 if you have the `pthread_exit' function. */
   49: #undef HAVE_PTHREAD_EXIT
   50: 
   51: /* Define to 1 if you have the `shm_open' function. */
   52: #undef HAVE_SHM_OPEN
   53: 
   54: /* Define to 1 if you have the `shm_unlink' function. */
   55: #undef HAVE_SHM_UNLINK
   56: 
   57: /* Define to 1 if you have the <stdint.h> header file. */
   58: #undef HAVE_STDINT_H
   59: 
   60: /* Define to 1 if you have the <stdlib.h> header file. */
   61: #undef HAVE_STDLIB_H
   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 <sys/ioctl.h> header file. */
   70: #undef HAVE_SYS_IOCTL_H
   71: 
   72: /* Define to 1 if you have the <sys/param.h> header file. */
   73: #undef HAVE_SYS_PARAM_H
   74: 
   75: /* Define to 1 if you have the <sys/stat.h> header file. */
   76: #undef HAVE_SYS_STAT_H
   77: 
   78: /* Define to 1 if you have the <sys/types.h> header file. */
   79: #undef HAVE_SYS_TYPES_H
   80: 
   81: /* Define to 1 if you have the <termios.h> header file. */
   82: #undef HAVE_TERMIOS_H
   83: 
   84: /* union semun */
   85: #undef HAVE_UNION_SEMUN
   86: 
   87: /* Define to 1 if you have the <unistd.h> header file. */
   88: #undef HAVE_UNISTD_H
   89: 
   90: /* Build w/o assert() support */
   91: #undef NDEBUG
   92: 
   93: /* Define to the address where bug reports for this package should be sent. */
   94: #undef PACKAGE_BUGREPORT
   95: 
   96: /* Define to the full name of this package. */
   97: #undef PACKAGE_NAME
   98: 
   99: /* Define to the full name and version of this package. */
  100: #undef PACKAGE_STRING
  101: 
  102: /* Define to the one symbol short name of this package. */
  103: #undef PACKAGE_TARNAME
  104: 
  105: /* Define to the home page for this package. */
  106: #undef PACKAGE_URL
  107: 
  108: /* Define to the version of this package. */
  109: #undef PACKAGE_VERSION
  110: 
  111: /* Define to 1 if you have the ANSI C header files. */
  112: #undef STDC_HEADERS
  113: 
  114: /* Define to `__inline__' or `__inline' if that's what the C compiler
  115:    calls it, or to nothing if 'inline' is not supported under any name.  */
  116: #ifndef __cplusplus
  117: #undef inline
  118: #endif

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