Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / sessreg / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <inttypes.h> header file. */
4 #undef HAVE_INTTYPES_H
5
6 /* Define to 1 if you have the <lastlog.h> header file. */
7 #undef HAVE_LASTLOG_H
8
9 /* Define to 1 if you have the <memory.h> header file. */
10 #undef HAVE_MEMORY_H
11
12 /* Define to 1 if you have the `pututline' function. */
13 #undef HAVE_PUTUTLINE
14
15 /* Define to 1 if you have the <pwd.h> header file. */
16 #undef HAVE_PWD_H
17
18 /* Define to 1 if you have the <stdint.h> header file. */
19 #undef HAVE_STDINT_H
20
21 /* Define to 1 if you have the <stdlib.h> header file. */
22 #undef HAVE_STDLIB_H
23
24 /* Define to 1 if you have the <strings.h> header file. */
25 #undef HAVE_STRINGS_H
26
27 /* Define to 1 if you have the <string.h> header file. */
28 #undef HAVE_STRING_H
29
30 /* Define to 1 if the system has the type `struct lastlog'. */
31 #undef HAVE_STRUCT_LASTLOG
32
33 /* Define to 1 if `ut_syslen' is a member of `struct utmpx'. */
34 #undef HAVE_STRUCT_UTMPX_UT_SYSLEN
35
36 /* Define to 1 if `ut_host' is a member of `struct utmp'. */
37 #undef HAVE_STRUCT_UTMP_UT_HOST
38
39 /* Define to 1 if `ut_id' is a member of `struct utmp'. */
40 #undef HAVE_STRUCT_UTMP_UT_ID
41
42 /* Define to 1 if `ut_pid' is a member of `struct utmp'. */
43 #undef HAVE_STRUCT_UTMP_UT_PID
44
45 /* Define to 1 if `ut_type' is a member of `struct utmp'. */
46 #undef HAVE_STRUCT_UTMP_UT_TYPE
47
48 /* Define to 1 if you have the <sys/param.h> header file. */
49 #undef HAVE_SYS_PARAM_H
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/types.h> header file. */
55 #undef HAVE_SYS_TYPES_H
56
57 /* Define to 1 if you have the <unistd.h> header file. */
58 #undef HAVE_UNISTD_H
59
60 /* Define to 1 if you have the `updwtmpx' function. */
61 #undef HAVE_UPDWTMPX
62
63 /* Define to 1 if you have the `utmpxname' function. */
64 #undef HAVE_UTMPXNAME
65
66 /* Define to 1 if you have the <utmpx.h> header file. */
67 #undef HAVE_UTMPX_H
68
69 /* Define to 1 if you have the <utmp.h> header file. */
70 #undef HAVE_UTMP_H
71
72 /* Name of package */
73 #undef PACKAGE
74
75 /* Define to the address where bug reports for this package should be sent. */
76 #undef PACKAGE_BUGREPORT
77
78 /* Define to the full name of this package. */
79 #undef PACKAGE_NAME
80
81 /* Define to the full name and version of this package. */
82 #undef PACKAGE_STRING
83
84 /* Define to the one symbol short name of this package. */
85 #undef PACKAGE_TARNAME
86
87 /* Define to the home page for this package. */
88 #undef PACKAGE_URL
89
90 /* Define to the version of this package. */
91 #undef PACKAGE_VERSION
92
93 /* Major version of this package */
94 #undef PACKAGE_VERSION_MAJOR
95
96 /* Minor version of this package */
97 #undef PACKAGE_VERSION_MINOR
98
99 /* Patch version of this package */
100 #undef PACKAGE_VERSION_PATCHLEVEL
101
102 /* Define to 1 if you have the ANSI C header files. */
103 #undef STDC_HEADERS
104
105 /* Enable extensions on AIX 3, Interix.  */
106 #ifndef _ALL_SOURCE
107 # undef _ALL_SOURCE
108 #endif
109 /* Enable GNU extensions on systems that have them.  */
110 #ifndef _GNU_SOURCE
111 # undef _GNU_SOURCE
112 #endif
113 /* Enable threading extensions on Solaris.  */
114 #ifndef _POSIX_PTHREAD_SEMANTICS
115 # undef _POSIX_PTHREAD_SEMANTICS
116 #endif
117 /* Enable extensions on HP NonStop.  */
118 #ifndef _TANDEM_SOURCE
119 # undef _TANDEM_SOURCE
120 #endif
121 /* Enable general extensions on Solaris.  */
122 #ifndef __EXTENSIONS__
123 # undef __EXTENSIONS__
124 #endif
125
126
127 /* Version number of package */
128 #undef VERSION
129
130 /* Number of bits in a file offset, on hosts where this is settable. */
131 #undef _FILE_OFFSET_BITS
132
133 /* Define for large files, on AIX-style hosts. */
134 #undef _LARGE_FILES
135
136 /* Define to 1 if on MINIX. */
137 #undef _MINIX
138
139 /* Define to 2 if the system does not provide POSIX.1 features except with
140    this defined. */
141 #undef _POSIX_1_SOURCE
142
143 /* Define to 1 if you need to in order for `stat' and other things to work. */
144 #undef _POSIX_SOURCE