ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/config.h.in
Revision: 1.5
Committed: Wed Jan 25 22:07:21 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1, rel-1_0, rel-1_3, rel-1_2, rel-0_1, rel-0_2
Changes since 1.4: +12 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 /* config.h.in. Generated from configure.ac by autoheader. */
2    
3 root 1.2 /* clone device filename */
4     #undef CLONE_DEVICE
5    
6     /* Define to 1 if you have /dev/ptym/clone */
7     #undef HAVE_DEV_CLONE
8    
9     /* Define to 1 if you have /dev/ptc */
10     #undef HAVE_DEV_PTC
11    
12     /* Define to 1 if you have /dev/ptmx */
13     #undef HAVE_DEV_PTMX
14    
15 ayin 1.3 /* Define to 1 if you have the <dlfcn.h> header file. */
16     #undef HAVE_DLFCN_H
17    
18 root 1.2 /* Define to 1 if you have the `getpt' function. */
19     #undef HAVE_GETPT
20    
21     /* Define to 1 if you have the <inttypes.h> header file. */
22     #undef HAVE_INTTYPES_H
23    
24     /* Define to 1 if you have the `isastream' function. */
25     #undef HAVE_ISASTREAM
26    
27     /* Define to 1 if you have the <lastlog.h> header file. */
28     #undef HAVE_LASTLOG_H
29    
30     /* Define to 1 if you have the <libutil.h> header file. */
31     #undef HAVE_LIBUTIL_H
32    
33     /* Define to 1 if you have the <memory.h> header file. */
34     #undef HAVE_MEMORY_H
35    
36     /* Define to 1 if you have the `openpty' function. */
37     #undef HAVE_OPENPTY
38    
39     /* Define to 1 if you have the `posix_openpt' function. */
40     #undef HAVE_POSIX_OPENPT
41    
42     /* Define to 1 if you have the <pty.h> header file. */
43     #undef HAVE_PTY_H
44    
45     /* Define to 1 if you have the `revoke' function. */
46     #undef HAVE_REVOKE
47    
48 root 1.5 /* Define to 1 if you have the `seteuid' function. */
49     #undef HAVE_SETEUID
50    
51     /* Define to 1 if you have the `setresuid' function. */
52     #undef HAVE_SETRESUID
53    
54     /* Define to 1 if you have the `setreuid' function. */
55     #undef HAVE_SETREUID
56    
57     /* Define to 1 if you have the `setuid' function. */
58     #undef HAVE_SETUID
59    
60 root 1.2 /* Define to 1 if you have the <stdint.h> header file. */
61     #undef HAVE_STDINT_H
62    
63     /* Define to 1 if you have the <stdlib.h> header file. */
64     #undef HAVE_STDLIB_H
65    
66     /* Define to 1 if you have the <strings.h> header file. */
67     #undef HAVE_STRINGS_H
68    
69     /* Define to 1 if you have the <string.h> header file. */
70     #undef HAVE_STRING_H
71    
72     /* Define if utmp.h or lastlog.h has struct lastlog */
73     #undef HAVE_STRUCT_LASTLOG
74    
75     /* Define if utmpx.h or lastlog.h has struct lastlogx */
76     #undef HAVE_STRUCT_LASTLOGX
77    
78     /* Define if utmp.h has struct utmp */
79     #undef HAVE_STRUCT_UTMP
80    
81     /* Define if utmpx.h has struct utmpx */
82     #undef HAVE_STRUCT_UTMPX
83    
84     /* Define to 1 if you have the <sys/ioctl.h> header file. */
85     #undef HAVE_SYS_IOCTL_H
86    
87     /* Define to 1 if you have the <sys/stat.h> header file. */
88     #undef HAVE_SYS_STAT_H
89    
90     /* Define to 1 if you have the <sys/stropts.h> header file. */
91     #undef HAVE_SYS_STROPTS_H
92    
93     /* Define to 1 if you have the <sys/types.h> header file. */
94     #undef HAVE_SYS_TYPES_H
95    
96     /* Define to 1 if you have the `ttyslot' function. */
97     #undef HAVE_TTYSLOT
98    
99     /* Define to 1 if you have the <unistd.h> header file. */
100     #undef HAVE_UNISTD_H
101    
102     /* Define if sys/socket.h defines the necessary macros/functions for file
103     handle passing */
104     #undef HAVE_UNIX_FDPASS
105    
106     /* Define to 1 if you have the `updwtmp' function. */
107     #undef HAVE_UPDWTMP
108    
109     /* Define to 1 if you have the `updwtmpx' function. */
110     #undef HAVE_UPDWTMPX
111    
112     /* Define to 1 if you have the <util.h> header file. */
113     #undef HAVE_UTIL_H
114    
115     /* Define to 1 if you have the <utmpx.h> header file. */
116     #undef HAVE_UTMPX_H
117    
118     /* Define if struct utmpx contains ut_host */
119     #undef HAVE_UTMPX_HOST
120    
121     /* Define if struct utmpx contains ut_session */
122     #undef HAVE_UTMPX_SESSION
123    
124     /* Define to 1 if you have the <utmp.h> header file. */
125     #undef HAVE_UTMP_H
126    
127     /* Define if struct utmp contains ut_host */
128     #undef HAVE_UTMP_HOST
129    
130     /* Define if struct utmp contains ut_pid */
131     #undef HAVE_UTMP_PID
132    
133     /* Define to 1 if you have the `_getpty' function. */
134     #undef HAVE__GETPTY
135    
136     /* Define location of lastlogx */
137     #undef LASTLOGX_FILE
138    
139     /* Define location of lastlog */
140     #undef LASTLOG_FILE
141    
142     /* Define if lastlog is provided via a directory */
143     #undef LASTLOG_IS_DIR
144    
145 root 1.4 /* Define if you want to have lastlog support when utmp/utmpx is enabled */
146     #undef LASTLOG_SUPPORT
147    
148 root 1.1 /* Define to the address where bug reports for this package should be sent. */
149     #undef PACKAGE_BUGREPORT
150    
151     /* Define to the full name of this package. */
152     #undef PACKAGE_NAME
153    
154     /* Define to the full name and version of this package. */
155     #undef PACKAGE_STRING
156    
157     /* Define to the one symbol short name of this package. */
158     #undef PACKAGE_TARNAME
159    
160     /* Define to the version of this package. */
161     #undef PACKAGE_VERSION
162 root 1.2
163     /* Define to 1 if you have the ANSI C header files. */
164     #undef STDC_HEADERS
165    
166     /* "" */
167 root 1.4 #undef TTY_GID_SUPPORT
168    
169     /* "" */
170 root 1.2 #undef UNIX98_PTY
171    
172     /* Define location of utmpx */
173     #undef UTMPX_FILE
174    
175     /* Define location of utmp */
176     #undef UTMP_FILE
177    
178 root 1.4 /* Define if you want to have utmp/utmpx support */
179     #undef UTMP_SUPPORT
180    
181 root 1.2 /* Define location of wtmpx */
182     #undef WTMPX_FILE
183    
184     /* Define location of wtmp */
185     #undef WTMP_FILE
186 root 1.4
187     /* Define if you want to have wtmp support when utmp/utmpx is enabled */
188     #undef WTMP_SUPPORT