1/* ../buildaux/bconfigh.in.  Generated from buildconfig.ac by autoheader.  */
2
3/* Extension to use on executable files. */
4#undef EXEEXT
5
6/* Define to 1 if you have the `gethrtime' function. */
7#undef HAVE_GETHRTIME
8
9/* Define to 1 if you have the `gettimeofday' function. */
10#undef HAVE_GETTIMEOFDAY
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 `isatty' function. */
16#undef HAVE_ISATTY
17
18/* Define to 1 if you have the <memory.h> header file. */
19#undef HAVE_MEMORY_H
20
21/* Define to 1 if you have the `snprintf' function. */
22#undef HAVE_SNPRINTF
23
24/* Define to 1 if you have the <stdarg.h> header file. */
25#undef HAVE_STDARG_H
26
27/* Define to 1 if you have the <stdint.h> header file. */
28#undef HAVE_STDINT_H
29
30/* Define to 1 if you have the <stdlib.h> header file. */
31#undef HAVE_STDLIB_H
32
33/* Define to 1 if you have the `strdup' function. */
34#undef HAVE_STRDUP
35
36/* Define to 1 if you have the <strings.h> header file. */
37#undef HAVE_STRINGS_H
38
39/* Define to 1 if you have the <string.h> header file. */
40#undef HAVE_STRING_H
41
42/* Define to 1 if you have the `strtol' function. */
43#undef HAVE_STRTOL
44
45/* Define to 1 if you have the `strtoul' function. */
46#undef HAVE_STRTOUL
47
48/* Define if #! works on your system. */
49#undef HAVE_SYS_INTERPRETER
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#undef HAVE_SYS_STAT_H
53
54/* Define to 1 if you have the <sys/time.h> header file. */
55#undef HAVE_SYS_TIME_H
56
57/* Define to 1 if you have the <sys/types.h> header file. */
58#undef HAVE_SYS_TYPES_H
59
60/* Define to 1 if you have the <unistd.h> header file. */
61#undef HAVE_UNISTD_H
62
63/* Define if yyrestart() is necessary to yyparse a new file. */
64#undef NEED_YYRESTART
65
66/* Define to the address where bug reports for this package should be sent. */
67#undef PACKAGE_BUGREPORT
68
69/* Define to the full name of this package. */
70#undef PACKAGE_NAME
71
72/* Define to the full name and version of this package. */
73#undef PACKAGE_STRING
74
75/* Define to the one symbol short name of this package. */
76#undef PACKAGE_TARNAME
77
78/* Define to the home page for this package. */
79#undef PACKAGE_URL
80
81/* Define to the version of this package. */
82#undef PACKAGE_VERSION
83
84/* The size of `long long int', as computed by sizeof. */
85#undef SIZEOF_LONG_LONG_INT
86
87/* The size of `_Bool', as computed by sizeof. */
88#undef SIZEOF__BOOL
89
90/* Define to 1 if you have the ANSI C header files. */
91#undef STDC_HEADERS
92
93/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
94#undef TIME_WITH_SYS_TIME
95
96/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
97   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
98   #define below would cause a syntax error. */
99#undef _UINT32_T
100
101/* Define to empty if `const' does not conform to ANSI C. */
102#undef const
103
104/* Define to `unsigned int' if <sys/types.h> does not define. */
105#undef size_t
106
107/* Define to the type of an unsigned integer type of width exactly 16 bits if
108   such a type exists and the standard includes do not define it. */
109#undef uint16_t
110
111/* Define to the type of an unsigned integer type of width exactly 32 bits if
112   such a type exists and the standard includes do not define it. */
113#undef uint32_t
114
115/* Define to empty if the keyword `volatile' does not work. Warning: valid
116   code using `volatile' can become incorrect without. Disable with care. */
117#undef volatile
118