File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / istgt / src / config.h.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:13:23 2012 UTC (11 years, 10 months ago) by misho
Branches: istgt, MAIN
CVS tags: v20121028, v20120901, HEAD
dhcp 4.1 r7

    1: /* src/config.h.in.  Generated from configure.in by autoheader.  */
    2: 
    3: /* Define if enable symlink-device */
    4: #undef ALLOW_SYMLINK_DEVICE
    5: 
    6: /* Define if enable debug */
    7: #undef DEBUG
    8: 
    9: /* syslog facility */
   10: #undef DEFAULT_LOG_FACILITY
   11: 
   12: /* syslog priority */
   13: #undef DEFAULT_LOG_PRIORITY
   14: 
   15: /* Define to 1 if you have the <aio.h> header file. */
   16: #undef HAVE_AIO_H
   17: 
   18: /* Define to 1 if you have the `arc4random' function. */
   19: #undef HAVE_ARC4RANDOM
   20: 
   21: /* Define to 1 if you have the <arpa/inet.h> header file. */
   22: #undef HAVE_ARPA_INET_H
   23: 
   24: /* Define 1 if you have the function. */
   25: #undef HAVE_ATOMIC_LOAD_ACQ_INT
   26: 
   27: /* Define 1 if you have the function. */
   28: #undef HAVE_ATOMIC_OR_UINT_NV
   29: 
   30: /* Define 1 if you have the function. */
   31: #undef HAVE_ATOMIC_STORE_REL_INT
   32: 
   33: /* Define 1 if you have the function. */
   34: #undef HAVE_ATOMIC_SWAP_UINT
   35: 
   36: /* Define to 1 if you have the <fcntl.h> header file. */
   37: #undef HAVE_FCNTL_H
   38: 
   39: /* Define to 1 if you have the `ftruncate' function. */
   40: #undef HAVE_FTRUNCATE
   41: 
   42: /* Define 1 if you have the function. */
   43: #undef HAVE_GCC_ATOMIC_FETCH_AND_ADD_UINT
   44: 
   45: /* Define 1 if you have the function. */
   46: #undef HAVE_GCC_ATOMIC_SYNCHRONIZE
   47: 
   48: /* Define 1 if you have the function. */
   49: #undef HAVE_GCC_ATOMIC_VAL_COMPARE_AND_SWAP_UINT
   50: 
   51: /* Define to 1 if you have the <inttypes.h> header file. */
   52: #undef HAVE_INTTYPES_H
   53: 
   54: /* Define to 1 if you have the `cam' library (-lcam). */
   55: #undef HAVE_LIBCAM
   56: 
   57: /* Define to 1 if you have the `crypto' library (-lcrypto). */
   58: #undef HAVE_LIBCRYPTO
   59: 
   60: /* Define to 1 if you have the `pthread' library (-lpthread). */
   61: #undef HAVE_LIBPTHREAD
   62: 
   63: /* Define to 1 if you have the <limits.h> header file. */
   64: #undef HAVE_LIMITS_H
   65: 
   66: /* Define to 1 if you have the <machine/atomic.h> header file. */
   67: #undef HAVE_MACHINE_ATOMIC_H
   68: 
   69: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
   70:    to 0 otherwise. */
   71: #undef HAVE_MALLOC
   72: 
   73: /* Define 1 if you have the function. */
   74: #undef HAVE_MEMBAR_PRODUCER
   75: 
   76: /* Define to 1 if you have the <memory.h> header file. */
   77: #undef HAVE_MEMORY_H
   78: 
   79: /* Define to 1 if you have the `memset' function. */
   80: #undef HAVE_MEMSET
   81: 
   82: /* Define to 1 if you have the <netdb.h> header file. */
   83: #undef HAVE_NETDB_H
   84: 
   85: /* Define to 1 if you have the <netinet/in.h> header file. */
   86: #undef HAVE_NETINET_IN_H
   87: 
   88: /* Define to 1 if you have the <pthread.h> header file. */
   89: #undef HAVE_PTHREAD_H
   90: 
   91: /* Define 1 if you have the value. */
   92: #undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
   93: 
   94: /* Define to 1 if you have the <pthread_np.h> header file. */
   95: #undef HAVE_PTHREAD_NP_H
   96: 
   97: /* Define to 1 if you have the `pthread_set_name_np' function. */
   98: #undef HAVE_PTHREAD_SET_NAME_NP
   99: 
  100: /* Define to 1 if you have the `pthread_yield' function. */
  101: #undef HAVE_PTHREAD_YIELD
  102: 
  103: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  104:    and to 0 otherwise. */
  105: #undef HAVE_REALLOC
  106: 
  107: /* Define to 1 if you have the `realpath' function. */
  108: #undef HAVE_REALPATH
  109: 
  110: /* Define to 1 if you have the <sched.h> header file. */
  111: #undef HAVE_SCHED_H
  112: 
  113: /* Define to 1 if you have the `sched_yield' function. */
  114: #undef HAVE_SCHED_YIELD
  115: 
  116: /* Define to 1 if you have the `setproctitle' function. */
  117: #undef HAVE_SETPROCTITLE
  118: 
  119: /* Define to 1 if you have the `socket' function. */
  120: #undef HAVE_SOCKET
  121: 
  122: /* Define to 1 if you have the `srandomdev' function. */
  123: #undef HAVE_SRANDOMDEV
  124: 
  125: /* Define to 1 if you have the <stddef.h> header file. */
  126: #undef HAVE_STDDEF_H
  127: 
  128: /* Define to 1 if you have the <stdint.h> header file. */
  129: #undef HAVE_STDINT_H
  130: 
  131: /* Define to 1 if you have the <stdlib.h> header file. */
  132: #undef HAVE_STDLIB_H
  133: 
  134: /* Define to 1 if you have the `strcasecmp' function. */
  135: #undef HAVE_STRCASECMP
  136: 
  137: /* Define to 1 if you have the `strchr' function. */
  138: #undef HAVE_STRCHR
  139: 
  140: /* Define to 1 if you have the <strings.h> header file. */
  141: #undef HAVE_STRINGS_H
  142: 
  143: /* Define to 1 if you have the <string.h> header file. */
  144: #undef HAVE_STRING_H
  145: 
  146: /* Define to 1 if you have the `strlcpy' function. */
  147: #undef HAVE_STRLCPY
  148: 
  149: /* Define to 1 if you have the `strncasecmp' function. */
  150: #undef HAVE_STRNCASECMP
  151: 
  152: /* Define to 1 if you have the `strspn' function. */
  153: #undef HAVE_STRSPN
  154: 
  155: /* Define to 1 if you have the `strtol' function. */
  156: #undef HAVE_STRTOL
  157: 
  158: /* Define to 1 if you have the `strtoull' function. */
  159: #undef HAVE_STRTOULL
  160: 
  161: /* Define to 1 if `st_blocks' is a member of `struct stat'. */
  162: #undef HAVE_STRUCT_STAT_ST_BLOCKS
  163: 
  164: /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
  165:    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
  166: #undef HAVE_ST_BLOCKS
  167: 
  168: /* Define to 1 if you have the <syslog.h> header file. */
  169: #undef HAVE_SYSLOG_H
  170: 
  171: /* Define to 1 if you have the <sys/atomic.h> header file. */
  172: #undef HAVE_SYS_ATOMIC_H
  173: 
  174: /* Define to 1 if you have the <sys/disklabel.h> header file. */
  175: #undef HAVE_SYS_DISKLABEL_H
  176: 
  177: /* Define to 1 if you have the <sys/disk.h> header file. */
  178: #undef HAVE_SYS_DISK_H
  179: 
  180: /* Define to 1 if you have the <sys/ioctl.h> header file. */
  181: #undef HAVE_SYS_IOCTL_H
  182: 
  183: /* Define to 1 if you have the <sys/param.h> header file. */
  184: #undef HAVE_SYS_PARAM_H
  185: 
  186: /* Define to 1 if you have the <sys/socket.h> header file. */
  187: #undef HAVE_SYS_SOCKET_H
  188: 
  189: /* Define to 1 if you have the <sys/stat.h> header file. */
  190: #undef HAVE_SYS_STAT_H
  191: 
  192: /* Define to 1 if you have the <sys/time.h> header file. */
  193: #undef HAVE_SYS_TIME_H
  194: 
  195: /* Define to 1 if you have the <sys/types.h> header file. */
  196: #undef HAVE_SYS_TYPES_H
  197: 
  198: /* Define to 1 if you have the <unistd.h> header file. */
  199: #undef HAVE_UNISTD_H
  200: 
  201: /* Define to 1 if you have the <uuid.h> header file. */
  202: #undef HAVE_UUID_H
  203: 
  204: /* VBox include build */
  205: #undef ISTGT_VBOXINC_VERSION_BUILD
  206: 
  207: /* VBox include major */
  208: #undef ISTGT_VBOXINC_VERSION_MAJOR
  209: 
  210: /* VBox include minor */
  211: #undef ISTGT_VBOXINC_VERSION_MINOR
  212: 
  213: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  214:    slash. */
  215: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  216: 
  217: /* Define to the address where bug reports for this package should be sent. */
  218: #undef PACKAGE_BUGREPORT
  219: 
  220: /* Define to the full name of this package. */
  221: #undef PACKAGE_NAME
  222: 
  223: /* Define to the full name and version of this package. */
  224: #undef PACKAGE_STRING
  225: 
  226: /* Define to the one symbol short name of this package. */
  227: #undef PACKAGE_TARNAME
  228: 
  229: /* Define to the home page for this package. */
  230: #undef PACKAGE_URL
  231: 
  232: /* Define to the version of this package. */
  233: #undef PACKAGE_VERSION
  234: 
  235: /* Define to 1 if you have the ANSI C header files. */
  236: #undef STDC_HEADERS
  237: 
  238: /* Use atomic */
  239: #undef USE_ATOMIC
  240: 
  241: /* Use gcc builtin atomic */
  242: #undef USE_GCC_ATOMIC
  243: 
  244: /* Use vbox virtual disk support */
  245: #undef USE_VBOXVD
  246: 
  247: /* Enable large inode numbers on Mac OS X 10.5.  */
  248: #ifndef _DARWIN_USE_64_BIT_INODE
  249: # define _DARWIN_USE_64_BIT_INODE 1
  250: #endif
  251: 
  252: /* Number of bits in a file offset, on hosts where this is settable. */
  253: #undef _FILE_OFFSET_BITS
  254: 
  255: /* Define if linux host */
  256: #undef _GNU_SOURCE
  257: 
  258: /* Define for large files, on AIX-style hosts. */
  259: #undef _LARGE_FILES
  260: 
  261: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  262:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  263:    #define below would cause a syntax error. */
  264: #undef _UINT32_T
  265: 
  266: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  267:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  268:    #define below would cause a syntax error. */
  269: #undef _UINT64_T
  270: 
  271: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  272:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  273:    #define below would cause a syntax error. */
  274: #undef _UINT8_T
  275: 
  276: /* Define to `__inline__' or `__inline' if that's what the C compiler
  277:    calls it, or to nothing if 'inline' is not supported under any name.  */
  278: #ifndef __cplusplus
  279: #undef inline
  280: #endif
  281: 
  282: /* Define to the type of a signed integer type of width exactly 32 bits if
  283:    such a type exists and the standard includes do not define it. */
  284: #undef int32_t
  285: 
  286: /* Define to the type of a signed integer type of width exactly 64 bits if
  287:    such a type exists and the standard includes do not define it. */
  288: #undef int64_t
  289: 
  290: /* Define to rpl_malloc if the replacement function should be used. */
  291: #undef malloc
  292: 
  293: /* Define to `long int' if <sys/types.h> does not define. */
  294: #undef off_t
  295: 
  296: /* Define to `int' if <sys/types.h> does not define. */
  297: #undef pid_t
  298: 
  299: /* Define to rpl_realloc if the replacement function should be used. */
  300: #undef realloc
  301: 
  302: /* Define to `unsigned int' if <sys/types.h> does not define. */
  303: #undef size_t
  304: 
  305: /* Define to `int' if <sys/types.h> does not define. */
  306: #undef ssize_t
  307: 
  308: /* Define to the type of an unsigned integer type of width exactly 16 bits if
  309:    such a type exists and the standard includes do not define it. */
  310: #undef uint16_t
  311: 
  312: /* Define to the type of an unsigned integer type of width exactly 32 bits if
  313:    such a type exists and the standard includes do not define it. */
  314: #undef uint32_t
  315: 
  316: /* Define to the type of an unsigned integer type of width exactly 64 bits if
  317:    such a type exists and the standard includes do not define it. */
  318: #undef uint64_t
  319: 
  320: /* Define to the type of an unsigned integer type of width exactly 8 bits if
  321:    such a type exists and the standard includes do not define it. */
  322: #undef uint8_t

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