1169695Skan/* config.h.in.  Generated from configure.ac by autoheader.  */
2169695Skan
3169695Skan/* Define to 1 if the target supports __attribute__((alias(...))). */
4169695Skan#undef HAVE_ATTRIBUTE_ALIAS
5169695Skan
6169695Skan/* Define to 1 if the target supports __attribute__((dllexport)). */
7169695Skan#undef HAVE_ATTRIBUTE_DLLEXPORT
8169695Skan
9169695Skan/* Define to 1 if the target supports __attribute__((visibility(...))). */
10169695Skan#undef HAVE_ATTRIBUTE_VISIBILITY
11169695Skan
12169695Skan/* Define if the POSIX Semaphores do not work on your system. */
13169695Skan#undef HAVE_BROKEN_POSIX_SEMAPHORES
14169695Skan
15282152Spfg/* Define to 1 if the target assembler supports thread-local storage. */
16282152Spfg#undef HAVE_CC_TLS
17282152Spfg
18169695Skan/* Define to 1 if you have the `clock_gettime' function. */
19169695Skan#undef HAVE_CLOCK_GETTIME
20169695Skan
21282152Spfg/* Define to 1 if you have the <dlfcn.h> header file. */
22282152Spfg#undef HAVE_DLFCN_H
23282152Spfg
24169695Skan/* Define to 1 if you have the `getloadavg' function. */
25169695Skan#undef HAVE_GETLOADAVG
26169695Skan
27169695Skan/* Define to 1 if you have the <inttypes.h> header file. */
28169695Skan#undef HAVE_INTTYPES_H
29169695Skan
30169695Skan/* Define to 1 if you have the <memory.h> header file. */
31169695Skan#undef HAVE_MEMORY_H
32169695Skan
33282115Spfg/* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
34282115Spfg#undef HAVE_PTHREAD_AFFINITY_NP
35282115Spfg
36169695Skan/* Define to 1 if you have the <semaphore.h> header file. */
37169695Skan#undef HAVE_SEMAPHORE_H
38169695Skan
39169695Skan/* Define to 1 if you have the <stdint.h> header file. */
40169695Skan#undef HAVE_STDINT_H
41169695Skan
42169695Skan/* Define to 1 if you have the <stdlib.h> header file. */
43169695Skan#undef HAVE_STDLIB_H
44169695Skan
45169695Skan/* Define to 1 if you have the <strings.h> header file. */
46169695Skan#undef HAVE_STRINGS_H
47169695Skan
48169695Skan/* Define to 1 if you have the <string.h> header file. */
49169695Skan#undef HAVE_STRING_H
50169695Skan
51169695Skan/* Define to 1 if the target supports __sync_*_compare_and_swap */
52169695Skan#undef HAVE_SYNC_BUILTINS
53169695Skan
54169695Skan/* Define to 1 if you have the <sys/loadavg.h> header file. */
55169695Skan#undef HAVE_SYS_LOADAVG_H
56169695Skan
57169695Skan/* Define to 1 if you have the <sys/stat.h> header file. */
58169695Skan#undef HAVE_SYS_STAT_H
59169695Skan
60282201Spfg/* Define to 1 if you have the <sys/sysctl.h> header file. */
61282201Spfg#undef HAVE_SYS_SYSCTL_H
62282201Spfg
63169695Skan/* Define to 1 if you have the <sys/time.h> header file. */
64169695Skan#undef HAVE_SYS_TIME_H
65169695Skan
66169695Skan/* Define to 1 if you have the <sys/types.h> header file. */
67169695Skan#undef HAVE_SYS_TYPES_H
68169695Skan
69169695Skan/* Define to 1 if the target supports thread-local storage. */
70169695Skan#undef HAVE_TLS
71169695Skan
72169695Skan/* Define to 1 if you have the <unistd.h> header file. */
73169695Skan#undef HAVE_UNISTD_H
74169695Skan
75282152Spfg/* Define to the sub-directory in which libtool stores uninstalled libraries.
76282152Spfg   */
77282152Spfg#undef LT_OBJDIR
78282152Spfg
79169695Skan/* Name of package */
80169695Skan#undef PACKAGE
81169695Skan
82169695Skan/* Define to the address where bug reports for this package should be sent. */
83169695Skan#undef PACKAGE_BUGREPORT
84169695Skan
85169695Skan/* Define to the full name of this package. */
86169695Skan#undef PACKAGE_NAME
87169695Skan
88169695Skan/* Define to the full name and version of this package. */
89169695Skan#undef PACKAGE_STRING
90169695Skan
91169695Skan/* Define to the one symbol short name of this package. */
92169695Skan#undef PACKAGE_TARNAME
93169695Skan
94169695Skan/* Define to the version of this package. */
95169695Skan#undef PACKAGE_VERSION
96169695Skan
97169695Skan/* The size of a `char', as computed by sizeof. */
98169695Skan#undef SIZEOF_CHAR
99169695Skan
100169695Skan/* The size of a `int', as computed by sizeof. */
101169695Skan#undef SIZEOF_INT
102169695Skan
103169695Skan/* The size of a `long', as computed by sizeof. */
104169695Skan#undef SIZEOF_LONG
105169695Skan
106169695Skan/* The size of a `short', as computed by sizeof. */
107169695Skan#undef SIZEOF_SHORT
108169695Skan
109169695Skan/* The size of a `void *', as computed by sizeof. */
110169695Skan#undef SIZEOF_VOID_P
111169695Skan
112169695Skan/* Define to 1 if you have the ANSI C header files. */
113169695Skan#undef STDC_HEADERS
114169695Skan
115169695Skan/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
116169695Skan#undef TIME_WITH_SYS_TIME
117169695Skan
118169695Skan/* Version number of package */
119169695Skan#undef VERSION
120