root/xsel/trunk/config.h.in

Revision 204, 3.3 kB (checked in by conrad, 1 year ago)

re-enable autoconf checks for X11 libraries

Line 
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `dup2' function. */
4 #undef HAVE_DUP2
5
6 /* Define to 1 if you have the <errno.h> header file. */
7 #undef HAVE_ERRNO_H
8
9 /* Define to 1 if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
11
12 /* Define to 1 if you have the `fork' function. */
13 #undef HAVE_FORK
14
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
17
18 /* Define to 1 if you have the `X11' library (-lX11). */
19 #undef HAVE_LIBX11
20
21 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22    to 0 otherwise. */
23 #undef HAVE_MALLOC
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the `select' function. */
29 #undef HAVE_SELECT
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
36
37 /* Define to 1 if you have the `strdup' function. */
38 #undef HAVE_STRDUP
39
40 /* Define to 1 if you have the `strerror' function. */
41 #undef HAVE_STRERROR
42
43 /* Define to 1 if you have the <strings.h> header file. */
44 #undef HAVE_STRINGS_H
45
46 /* Define to 1 if you have the <string.h> header file. */
47 #undef HAVE_STRING_H
48
49 /* Define to 1 if you have the `strtol' function. */
50 #undef HAVE_STRTOL
51
52 /* Define to 1 if `st_blksize' is member of `struct stat'. */
53 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
54
55 /* Define to 1 if you have the <sys/stat.h> header file. */
56 #undef HAVE_SYS_STAT_H
57
58 /* Define to 1 if you have the <sys/time.h> header file. */
59 #undef HAVE_SYS_TIME_H
60
61 /* Define to 1 if you have the <sys/types.h> header file. */
62 #undef HAVE_SYS_TYPES_H
63
64 /* Define to 1 if you have the <unistd.h> header file. */
65 #undef HAVE_UNISTD_H
66
67 /* Define to 1 if you have the `vfork' function. */
68 #undef HAVE_VFORK
69
70 /* Define to 1 if you have the <vfork.h> header file. */
71 #undef HAVE_VFORK_H
72
73 /* Define to 1 if `fork' works. */
74 #undef HAVE_WORKING_FORK
75
76 /* Define to 1 if `vfork' works. */
77 #undef HAVE_WORKING_VFORK
78
79 /* Name of package */
80 #undef PACKAGE
81
82 /* Define to the address where bug reports for this package should be sent. */
83 #undef PACKAGE_BUGREPORT
84
85 /* Define to the full name of this package. */
86 #undef PACKAGE_NAME
87
88 /* Define to the full name and version of this package. */
89 #undef PACKAGE_STRING
90
91 /* Define to the one symbol short name of this package. */
92 #undef PACKAGE_TARNAME
93
94 /* Define to the version of this package. */
95 #undef PACKAGE_VERSION
96
97 /* Define as the return type of signal handlers (`int' or `void'). */
98 #undef RETSIGTYPE
99
100 /* Define to 1 if you have the ANSI C header files. */
101 #undef STDC_HEADERS
102
103 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
104 #undef TIME_WITH_SYS_TIME
105
106 /* Version number of package */
107 #undef VERSION
108
109 /* Define to 1 if the X Window System is missing or not being used. */
110 #undef X_DISPLAY_MISSING
111
112 /* Define to empty if `const' does not conform to ANSI C. */
113 #undef const
114
115 /* Define to `int' if <sys/types.h> doesn't define. */
116 #undef gid_t
117
118 /* Define to rpl_malloc if the replacement function should be used. */
119 #undef malloc
120
121 /* Define to `int' if <sys/types.h> does not define. */
122 #undef pid_t
123
124 /* Define to `unsigned int' if <sys/types.h> does not define. */
125 #undef size_t
126
127 /* Define to `int' if <sys/types.h> doesn't define. */
128 #undef uid_t
129
130 /* Define as `fork' if `vfork' does not work. */
131 #undef vfork
Note: See TracBrowser for help on using the browser.