1/* LTTconfig.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the `access' function. */
4#undef HAVE_ACCESS
5
6/* Define to 1 if you have the `chdir' function. */
7#undef HAVE_CHDIR
8
9/* Define to 1 if you have the `close' function. */
10#undef HAVE_CLOSE
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* Define to 1 if you have the <fcntl.h> header file. */
16#undef HAVE_FCNTL_H
17
18/* Define to 1 if you have the `getcwd' function. */
19#undef HAVE_GETCWD
20
21/* Define to 1 if you have the `getpwnam' function. */
22#undef HAVE_GETPWNAM
23
24/* Define to 1 if you have the `getpwuid' function. */
25#undef HAVE_GETPWUID
26
27/* Define if the GL (Mesa) include files are available */
28#undef HAVE_GL_GLWMDRAWA_H
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define if libXp is available */
34#undef HAVE_LIB_XP
35
36/* Define to 1 if you have the <memory.h> header file. */
37#undef HAVE_MEMORY_H
38
39/* Define to 1 if you have the `mkdir' function. */
40#undef HAVE_MKDIR
41
42/* Define to 1 if you have the `open' function. */
43#undef HAVE_OPEN
44
45/* Define to 1 if you have the `popen' function. */
46#undef HAVE_POPEN
47
48/* Define to 1 if you have the <pwd.h> header file. */
49#undef HAVE_PWD_H
50
51/* Define to 1 if you have the `sbrk' function. */
52#undef HAVE_SBRK
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#undef HAVE_STDINT_H
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#undef HAVE_STDLIB_H
59
60/* Define to 1 if you have the <strings.h> header file. */
61#undef HAVE_STRINGS_H
62
63/* Define to 1 if you have the <string.h> header file. */
64#undef HAVE_STRING_H
65
66/* Define to 1 if you have the `symlink' function. */
67#undef HAVE_SYMLINK
68
69/* Define to 1 if you have the <sys/param.h> header file. */
70#undef HAVE_SYS_PARAM_H
71
72/* Define to 1 if you have the <sys/stat.h> header file. */
73#undef HAVE_SYS_STAT_H
74
75/* Define to 1 if you have the <sys/time.h> header file. */
76#undef HAVE_SYS_TIME_H
77
78/* Define to 1 if you have the <sys/types.h> header file. */
79#undef HAVE_SYS_TYPES_H
80
81/* Define to 1 if you have the <unistd.h> header file. */
82#undef HAVE_UNISTD_H
83
84/* Define to the sub-directory in which libtool stores uninstalled libraries.
85   */
86#undef LT_OBJDIR
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 version of this package. */
104#undef PACKAGE_VERSION
105
106/* Define to 1 if you have the ANSI C header files. */
107#undef STDC_HEADERS
108
109/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
110#undef TIME_WITH_SYS_TIME
111
112/* Enable extensions on AIX 3, Interix.  */
113#ifndef _ALL_SOURCE
114# undef _ALL_SOURCE
115#endif
116/* Enable GNU extensions on systems that have them.  */
117#ifndef _GNU_SOURCE
118# undef _GNU_SOURCE
119#endif
120/* Enable threading extensions on Solaris.  */
121#ifndef _POSIX_PTHREAD_SEMANTICS
122# undef _POSIX_PTHREAD_SEMANTICS
123#endif
124/* Enable extensions on HP NonStop.  */
125#ifndef _TANDEM_SOURCE
126# undef _TANDEM_SOURCE
127#endif
128/* Enable general extensions on Solaris.  */
129#ifndef __EXTENSIONS__
130# undef __EXTENSIONS__
131#endif
132
133
134/* Version number of package */
135#undef VERSION
136
137/* Define if using the dmalloc debugging malloc package */
138#undef WITH_DMALLOC
139
140/* Define to 1 if the X Window System is missing or not being used. */
141#undef X_DISPLAY_MISSING
142
143/* Define to 1 if on MINIX. */
144#undef _MINIX
145
146/* Define to 2 if the system does not provide POSIX.1 features except with
147   this defined. */
148#undef _POSIX_1_SOURCE
149
150/* Define to 1 if you need to in order for `stat' and other things to work. */
151#undef _POSIX_SOURCE
152
153/* Define to empty if `const' does not conform to ANSI C. */
154#undef const
155