Package: version up.(1.0.9)
[sdk/emulator/libs/spice-server.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7    systems. This function is required for `alloca.c' support on those systems.
8    */
9 #undef CRAY_STACKSEG_END
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Enable compile-time and run-time bounds-checking, and some warnings. */
15 #if __OPTIMIZE__
16 # define _FORTIFY_SOURCE 2
17 #endif
18
19
20 /* Enable GLExt prototypes */
21 #undef GL_GLEXT_PROTOTYPES
22
23 /* Define to 1 if you have `alloca', as a function or macro. */
24 #undef HAVE_ALLOCA
25
26 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
27    */
28 #undef HAVE_ALLOCA_H
29
30 /* Defined if we have clock_gettime() */
31 #undef HAVE_CLOCK_GETTIME
32
33 /* Define to 1 if you have the <dlfcn.h> header file. */
34 #undef HAVE_DLFCN_H
35
36 /* Define to 1 if you have the <execinfo.h> header file. */
37 #undef HAVE_EXECINFO_H
38
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
41
42 /* Define to 1 if you have the <memory.h> header file. */
43 #undef HAVE_MEMORY_H
44
45 /* whether Cyrus SASL is available for authentication */
46 #undef HAVE_SASL
47
48 /* Define if we have slirp */
49 #undef HAVE_SLIRP
50
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
53
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #undef HAVE_STDLIB_H
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
62
63 /* Define to 1 if you have the <sys/stat.h> header file. */
64 #undef HAVE_SYS_STAT_H
65
66 /* Define to 1 if you have the <sys/time.h> header file. */
67 #undef HAVE_SYS_TIME_H
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H
74
75 /* Define if we have Xinerama */
76 #undef HAVE_XINERAMA
77
78 /* Define if we have XRANDR 12 */
79 #undef HAVE_XRANDR12
80
81 /* Define to the sub-directory in which libtool stores uninstalled libraries.
82    */
83 #undef LT_OBJDIR
84
85 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
86 #undef NO_MINUS_C_MINUS_O
87
88 /* Name of package */
89 #undef PACKAGE
90
91 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT
93
94 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME
96
97 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING
99
100 /* Define to the one symbol short name of this package. */
101 #undef PACKAGE_TARNAME
102
103 /* Define to the home page for this package. */
104 #undef PACKAGE_URL
105
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
108
109 /* The POSIX RT yield function */
110 #undef POSIX_YIELD_FUNC
111
112 /* If using the C implementation of alloca, define if you know the
113    direction of stack growth for your system; otherwise it will be
114    automatically deduced at runtime.
115         STACK_DIRECTION > 0 => grows toward higher addresses
116         STACK_DIRECTION < 0 => grows toward lower addresses
117         STACK_DIRECTION = 0 => direction of growth unknown */
118 #undef STACK_DIRECTION
119
120 /* Define to 1 if you have the ANSI C header files. */
121 #undef STDC_HEADERS
122
123 /* Define to build with CEGUI support */
124 #undef USE_GUI
125
126 /* Define to build with OpenGL support */
127 #undef USE_OPENGL
128
129 /* Define if supporting smartcard proxying */
130 #undef USE_SMARTCARD
131
132 /* Define if supporting tunnel proxying */
133 #undef USE_TUNNEL
134
135 /* Version number of package */
136 #undef VERSION
137
138 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
139    significant byte first (like Motorola and SPARC, unlike Intel). */
140 #if defined AC_APPLE_UNIVERSAL_BUILD
141 # if defined __BIG_ENDIAN__
142 #  define WORDS_BIGENDIAN 1
143 # endif
144 #else
145 # ifndef WORDS_BIGENDIAN
146 #  undef WORDS_BIGENDIAN
147 # endif
148 #endif
149
150 /* Force definition of format macros for C++ */
151 #undef __STDC_FORMAT_MACROS
152
153 /* Define to `unsigned int' if <sys/types.h> does not define. */
154 #undef size_t