1*404b540aSrobert/* config.h.in. Generated from configure.ac by autoheader. */ 2*404b540aSrobert 3*404b540aSrobert/* Define to 1 if the target supports __attribute__((alias(...))). */ 4*404b540aSrobert#undef HAVE_ATTRIBUTE_ALIAS 5*404b540aSrobert 6*404b540aSrobert/* Define to 1 if the target supports __attribute__((dllexport)). */ 7*404b540aSrobert#undef HAVE_ATTRIBUTE_DLLEXPORT 8*404b540aSrobert 9*404b540aSrobert/* Define to 1 if the target supports __attribute__((visibility(...))). */ 10*404b540aSrobert#undef HAVE_ATTRIBUTE_VISIBILITY 11*404b540aSrobert 12*404b540aSrobert/* Define if the POSIX Semaphores do not work on your system. */ 13*404b540aSrobert#undef HAVE_BROKEN_POSIX_SEMAPHORES 14*404b540aSrobert 15*404b540aSrobert/* Define to 1 if you have the `clock_gettime' function. */ 16*404b540aSrobert#undef HAVE_CLOCK_GETTIME 17*404b540aSrobert 18*404b540aSrobert/* Define to 1 if you have the `getloadavg' function. */ 19*404b540aSrobert#undef HAVE_GETLOADAVG 20*404b540aSrobert 21*404b540aSrobert/* Define to 1 if you have the <inttypes.h> header file. */ 22*404b540aSrobert#undef HAVE_INTTYPES_H 23*404b540aSrobert 24*404b540aSrobert/* Define to 1 if you have the <memory.h> header file. */ 25*404b540aSrobert#undef HAVE_MEMORY_H 26*404b540aSrobert 27*404b540aSrobert/* Define to 1 if you have the <semaphore.h> header file. */ 28*404b540aSrobert#undef HAVE_SEMAPHORE_H 29*404b540aSrobert 30*404b540aSrobert/* Define to 1 if you have the <stdint.h> header file. */ 31*404b540aSrobert#undef HAVE_STDINT_H 32*404b540aSrobert 33*404b540aSrobert/* Define to 1 if you have the <stdlib.h> header file. */ 34*404b540aSrobert#undef HAVE_STDLIB_H 35*404b540aSrobert 36*404b540aSrobert/* Define to 1 if you have the <strings.h> header file. */ 37*404b540aSrobert#undef HAVE_STRINGS_H 38*404b540aSrobert 39*404b540aSrobert/* Define to 1 if you have the <string.h> header file. */ 40*404b540aSrobert#undef HAVE_STRING_H 41*404b540aSrobert 42*404b540aSrobert/* Define to 1 if the target supports __sync_*_compare_and_swap */ 43*404b540aSrobert#undef HAVE_SYNC_BUILTINS 44*404b540aSrobert 45*404b540aSrobert/* Define to 1 if you have the <sys/loadavg.h> header file. */ 46*404b540aSrobert#undef HAVE_SYS_LOADAVG_H 47*404b540aSrobert 48*404b540aSrobert/* Define to 1 if you have the <sys/stat.h> header file. */ 49*404b540aSrobert#undef HAVE_SYS_STAT_H 50*404b540aSrobert 51*404b540aSrobert/* Define to 1 if you have the <sys/time.h> header file. */ 52*404b540aSrobert#undef HAVE_SYS_TIME_H 53*404b540aSrobert 54*404b540aSrobert/* Define to 1 if you have the <sys/types.h> header file. */ 55*404b540aSrobert#undef HAVE_SYS_TYPES_H 56*404b540aSrobert 57*404b540aSrobert/* Define to 1 if the target supports thread-local storage. */ 58*404b540aSrobert#undef HAVE_TLS 59*404b540aSrobert 60*404b540aSrobert/* Define to 1 if you have the <unistd.h> header file. */ 61*404b540aSrobert#undef HAVE_UNISTD_H 62*404b540aSrobert 63*404b540aSrobert/* Name of package */ 64*404b540aSrobert#undef PACKAGE 65*404b540aSrobert 66*404b540aSrobert/* Define to the address where bug reports for this package should be sent. */ 67*404b540aSrobert#undef PACKAGE_BUGREPORT 68*404b540aSrobert 69*404b540aSrobert/* Define to the full name of this package. */ 70*404b540aSrobert#undef PACKAGE_NAME 71*404b540aSrobert 72*404b540aSrobert/* Define to the full name and version of this package. */ 73*404b540aSrobert#undef PACKAGE_STRING 74*404b540aSrobert 75*404b540aSrobert/* Define to the one symbol short name of this package. */ 76*404b540aSrobert#undef PACKAGE_TARNAME 77*404b540aSrobert 78*404b540aSrobert/* Define to the version of this package. */ 79*404b540aSrobert#undef PACKAGE_VERSION 80*404b540aSrobert 81*404b540aSrobert/* The size of a `char', as computed by sizeof. */ 82*404b540aSrobert#undef SIZEOF_CHAR 83*404b540aSrobert 84*404b540aSrobert/* The size of a `int', as computed by sizeof. */ 85*404b540aSrobert#undef SIZEOF_INT 86*404b540aSrobert 87*404b540aSrobert/* The size of a `long', as computed by sizeof. */ 88*404b540aSrobert#undef SIZEOF_LONG 89*404b540aSrobert 90*404b540aSrobert/* The size of a `short', as computed by sizeof. */ 91*404b540aSrobert#undef SIZEOF_SHORT 92*404b540aSrobert 93*404b540aSrobert/* The size of a `void *', as computed by sizeof. */ 94*404b540aSrobert#undef SIZEOF_VOID_P 95*404b540aSrobert 96*404b540aSrobert/* Define to 1 if you have the ANSI C header files. */ 97*404b540aSrobert#undef STDC_HEADERS 98*404b540aSrobert 99*404b540aSrobert/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 100*404b540aSrobert#undef TIME_WITH_SYS_TIME 101*404b540aSrobert 102*404b540aSrobert/* Version number of package */ 103*404b540aSrobert#undef VERSION 104