(linenum→info "unix/slp.c:2238")

dbus/1.0.2/config.h.in

    1: /* config.h.in.  Generated from configure.in by autoheader.  */
    2: 
    3: /* Directory for installing the binaries */
    4: #undef DBUS_BINDIR
    5: 
    6: /* Build test code */
    7: #undef DBUS_BUILD_TESTS
    8: 
    9: /* Build X11-dependent code */
   10: #undef DBUS_BUILD_X11
   11: 
   12: /* whether -export-dynamic was passed to libtool */
   13: #undef DBUS_BUILT_R_DYNAMIC
   14: 
   15: /* Use dnotify on Linux */
   16: #undef DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX
   17: 
   18: /* Use kqueue */
   19: #undef DBUS_BUS_ENABLE_KQUEUE
   20: 
   21: /* Directory to check for console ownerhip */
   22: #undef DBUS_CONSOLE_AUTH_DIR
   23: 
   24: /* File to check for console ownerhip */
   25: #undef DBUS_CONSOLE_OWNER_FILE
   26: 
   27: /* Directory for installing the DBUS daemon */
   28: #undef DBUS_DAEMONDIR
   29: 
   30: /* Directory for installing DBUS data files */
   31: #undef DBUS_DATADIR
   32: 
   33: /* Disable assertion checking */
   34: #undef DBUS_DISABLE_ASSERT
   35: 
   36: /* Disable public API sanity checking */
   37: #undef DBUS_DISABLE_CHECKS
   38: 
   39: /* Support a verbose mode */
   40: #undef DBUS_ENABLE_VERBOSE_MODE
   41: 
   42: /* Defined if gcov is enabled to force a rebuild due to config.h changing */
   43: #undef DBUS_GCOV_ENABLED
   44: 
   45: /* Some atomic integer implementation present */
   46: #undef DBUS_HAVE_ATOMIC_INT
   47: 
   48: 
   49:         #if (defined(__i386__) || defined(__x86_64__))
   50:         # define DBUS_HAVE_ATOMIC_INT 1
   51:         #endif
   52:       
   53: 
   54: /* Defined if we have gcc 3.3 and thus the new gcov format */
   55: #undef DBUS_HAVE_GCC33_GCOV
   56: 
   57: /* Where per-session bus puts its sockets */
   58: #undef DBUS_SESSION_SOCKET_DIR
   59: 
   60: /* The default D-Bus address of the system bus */
   61: #undef DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
   62: 
   63: /* The name of the socket the system bus listens on by default */
   64: #undef DBUS_SYSTEM_SOCKET
   65: 
   66: /* Where to put test sockets */
   67: #undef DBUS_TEST_SOCKET_DIR
   68: 
   69: /* User for running the system BUS daemon */
   70: #undef DBUS_USER
   71: 
   72: /* Use atomic integer implementation for 486 */
   73: #undef DBUS_USE_ATOMIC_INT_486
   74: 
   75: 
   76:               #if (defined(__i386__) || defined(__x86_64__))
   77:               # define DBUS_USE_ATOMIC_INT_486 1
   78:               #endif
   79:             
   80: 
   81: /* A 'va_copy' style function */
   82: #undef DBUS_VA_COPY
   83: 
   84: /* 'va_lists' cannot be copies as values */
   85: #undef DBUS_VA_COPY_AS_ARRAY
   86: 
   87: /* The name of the gettext domain */
   88: #undef GETTEXT_PACKAGE
   89: 
   90: /* Disable GLib assertion macros */
   91: #undef G_DISABLE_ASSERT
   92: 
   93: /* Disable GLib public API sanity checking */
   94: #undef G_DISABLE_CHECKS
   95: 
   96: /* Have abstract socket namespace */
   97: #undef HAVE_ABSTRACT_SOCKETS
   98: 
   99: /* Define to 1 if you have the `backtrace' function. */
  100: #undef HAVE_BACKTRACE
  101: 
  102: /* Have cmsgcred structure */
  103: #undef HAVE_CMSGCRED
  104: 
  105: /* Have console owner file */
  106: #undef HAVE_CONSOLE_OWNER_FILE
  107: 
  108: /* Have the ddfd member of DIR */
  109: #undef HAVE_DDFD
  110: 
  111: /* Have dirfd function */
  112: #undef HAVE_DIRFD
  113: 
  114: /* Define to 1 if you have the <dlfcn.h> header file. */
  115: #undef HAVE_DLFCN_H
  116: 
  117: /* Define to 1 if you have the <errno.h> header file. */
  118: #undef HAVE_ERRNO_H
  119: 
  120: /* Define to 1 if you have the <execinfo.h> header file. */
  121: #undef HAVE_EXECINFO_H
  122: 
  123: /* Define to 1 if you have the <expat.h> header file. */
  124: #undef HAVE_EXPAT_H
  125: 
  126: /* Define to 1 if you have the `fpathconf' function. */
  127: #undef HAVE_FPATHCONF
  128: 
  129: /* Define to 1 if you have the `getgrouplist' function. */
  130: #undef HAVE_GETGROUPLIST
  131: 
  132: /* Define to 1 if you have the `getpeereid' function. */
  133: #undef HAVE_GETPEEREID
  134: 
  135: /* Define to 1 if you have the `getpeerucred' function. */
  136: #undef HAVE_GETPEERUCRED
  137: 
  138: /* Have GNU-style varargs macros */
  139: #undef HAVE_GNUC_VARARGS
  140: 
  141: /* Define to 1 if you have the <inttypes.h> header file. */
  142: #undef HAVE_INTTYPES_H
  143: 
  144: /* Have ISO C99 varargs macros */
  145: #undef HAVE_ISO_VARARGS
  146: 
  147: /* Define to 1 if you have the `nsl' library (-lnsl). */
  148: #undef HAVE_LIBNSL
  149: 
  150: /* Define to 1 if you have the `socket' library (-lsocket). */
  151: #undef HAVE_LIBSOCKET
  152: 
  153: /* Define to 1 if you have the <memory.h> header file. */
  154: #undef HAVE_MEMORY_H
  155: 
  156: /* Define to 1 if you have the `nanosleep' function. */
  157: #undef HAVE_NANOSLEEP
  158: 
  159: /* Have non-POSIX function getpwnam_r */
  160: #undef HAVE_NONPOSIX_GETPWNAM_R
  161: 
  162: /* Define to 1 if you have the `poll' function. */
  163: #undef HAVE_POLL
  164: 
  165: /* Have POSIX function getpwnam_r */
  166: #undef HAVE_POSIX_GETPWNAM_R
  167: 
  168: /* SELinux support */
  169: #undef HAVE_SELINUX
  170: 
  171: /* Define to 1 if you have the `setenv' function. */
  172: #undef HAVE_SETENV
  173: 
  174: /* Define to 1 if you have the `socketpair' function. */
  175: #undef HAVE_SOCKETPAIR
  176: 
  177: /* Have socklen_t type */
  178: #undef HAVE_SOCKLEN_T
  179: 
  180: /* Define to 1 if you have the <stdint.h> header file. */
  181: #undef HAVE_STDINT_H
  182: 
  183: /* Define to 1 if you have the <stdlib.h> header file. */
  184: #undef HAVE_STDLIB_H
  185: 
  186: /* Define to 1 if you have the <strings.h> header file. */
  187: #undef HAVE_STRINGS_H
  188: 
  189: /* Define to 1 if you have the <string.h> header file. */
  190: #undef HAVE_STRING_H
  191: 
  192: /* Define to 1 if you have the <sys/stat.h> header file. */
  193: #undef HAVE_SYS_STAT_H
  194: 
  195: /* Define to 1 if you have the <sys/syslimits.h> header file. */
  196: #undef HAVE_SYS_SYSLIMITS_H
  197: 
  198: /* Define to 1 if you have the <sys/types.h> header file. */
  199: #undef HAVE_SYS_TYPES_H
  200: 
  201: /* Define to 1 if you have the <sys/uio.h> header file. */
  202: #undef HAVE_SYS_UIO_H
  203: 
  204: /* Define to 1 if you have the <unistd.h> header file. */
  205: #undef HAVE_UNISTD_H
  206: 
  207: /* Define to 1 if you have the `unsetenv' function. */
  208: #undef HAVE_UNSETENV
  209: 
  210: /* Define to 1 if you have the `usleep' function. */
  211: #undef HAVE_USLEEP
  212: 
  213: /* Define to 1 if you have the `vasprintf' function. */
  214: #undef HAVE_VASPRINTF
  215: 
  216: /* Define to 1 if you have the `vsnprintf' function. */
  217: #undef HAVE_VSNPRINTF
  218: 
  219: /* Define to 1 if you have the `writev' function. */
  220: #undef HAVE_WRITEV
  221: 
  222: /* Name of package */
  223: #undef PACKAGE
  224: 
  225: /* Define to the address where bug reports for this package should be sent. */
  226: #undef PACKAGE_BUGREPORT
  227: 
  228: /* Define to the full name of this package. */
  229: #undef PACKAGE_NAME
  230: 
  231: /* Define to the full name and version of this package. */
  232: #undef PACKAGE_STRING
  233: 
  234: /* Define to the one symbol short name of this package. */
  235: #undef PACKAGE_TARNAME
  236: 
  237: /* Define to the version of this package. */
  238: #undef PACKAGE_VERSION
  239: 
  240: /* The size of a `char', as computed by sizeof. */
  241: #undef SIZEOF_CHAR
  242: 
  243: /* The size of a `int', as computed by sizeof. */
  244: #undef SIZEOF_INT
  245: 
  246: /* The size of a `long', as computed by sizeof. */
  247: #undef SIZEOF_LONG
  248: 
  249: /* The size of a `long long', as computed by sizeof. */
  250: #undef SIZEOF_LONG_LONG
  251: 
  252: /* The size of a `short', as computed by sizeof. */
  253: #undef SIZEOF_SHORT
  254: 
  255: /* The size of a `void *', as computed by sizeof. */
  256: #undef SIZEOF_VOID_P
  257: 
  258: /* The size of a `__int64', as computed by sizeof. */
  259: #undef SIZEOF___INT64
  260: 
  261: /* Define to 1 if you have the ANSI C header files. */
  262: #undef STDC_HEADERS
  263: 
  264: /* Full path to the daemon in the builddir */
  265: #undef TEST_BUS_BINARY
  266: 
  267: /* Full path to test file test/test-exit in builddir */
  268: #undef TEST_EXIT_BINARY
  269: 
  270: /* Full path to test file test/test-segfault in builddir */
  271: #undef TEST_SEGFAULT_BINARY
  272: 
  273: /* Full path to test file test/test-service in builddir */
  274: #undef TEST_SERVICE_BINARY
  275: 
  276: /* Full path to test file test/data/valid-service-files in builddir */
  277: #undef TEST_SERVICE_DIR
  278: 
  279: /* Full path to test file test/test-shell-service in builddir */
  280: #undef TEST_SHELL_SERVICE_BINARY
  281: 
  282: /* Full path to test file test/test-sleep-forever in builddir */
  283: #undef TEST_SLEEP_FOREVER_BINARY
  284: 
  285: /* Version number of package */
  286: #undef VERSION
  287: 
  288: /* Define to 1 if your processor stores words with the most significant byte
  289:    first (like Motorola and SPARC, unlike Intel and VAX). */
  290: #undef WORDS_BIGENDIAN
  291: 
  292: 
  293:                         /* Use the compiler-provided endianness defines to allow universal compiling. */
  294:                         #if defined(__BIG_ENDIAN__)
  295:                         #define WORDS_BIGENDIAN 1
  296:                         #endif
  297:                 
  298: 
  299: /* Define to 1 if the X Window System is missing or not being used. */
  300: #undef X_DISPLAY_MISSING
Syntax (Markdown)