ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/config.h.in
Revision: 1.4
Committed: Wed Jan 25 11:14:26 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +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     /* Define to 1 if you have the <stdint.h> header file. */
49     #undef HAVE_STDINT_H
50    
51     /* Define to 1 if you have the <stdlib.h> header file. */
52     #undef HAVE_STDLIB_H
53    
54     /* Define to 1 if you have the <strings.h> header file. */
55     #undef HAVE_STRINGS_H
56    
57     /* Define to 1 if you have the <string.h> header file. */
58     #undef HAVE_STRING_H
59    
60     /* Define if utmp.h or lastlog.h has struct lastlog */
61     #undef HAVE_STRUCT_LASTLOG
62    
63     /* Define if utmpx.h or lastlog.h has struct lastlogx */
64     #undef HAVE_STRUCT_LASTLOGX
65    
66     /* Define if utmp.h has struct utmp */
67     #undef HAVE_STRUCT_UTMP
68    
69     /* Define if utmpx.h has struct utmpx */
70     #undef HAVE_STRUCT_UTMPX
71    
72     /* Define to 1 if you have the <sys/ioctl.h> header file. */
73     #undef HAVE_SYS_IOCTL_H
74    
75     /* Define to 1 if you have the <sys/stat.h> header file. */
76     #undef HAVE_SYS_STAT_H
77    
78     /* Define to 1 if you have the <sys/stropts.h> header file. */
79     #undef HAVE_SYS_STROPTS_H
80    
81     /* Define to 1 if you have the <sys/types.h> header file. */
82     #undef HAVE_SYS_TYPES_H
83    
84     /* Define to 1 if you have the `ttyslot' function. */
85     #undef HAVE_TTYSLOT
86    
87     /* Define to 1 if you have the <unistd.h> header file. */
88     #undef HAVE_UNISTD_H
89    
90     /* Define if sys/socket.h defines the necessary macros/functions for file
91     handle passing */
92     #undef HAVE_UNIX_FDPASS
93    
94     /* Define to 1 if you have the `updwtmp' function. */
95     #undef HAVE_UPDWTMP
96    
97     /* Define to 1 if you have the `updwtmpx' function. */
98     #undef HAVE_UPDWTMPX
99    
100     /* Define to 1 if you have the <util.h> header file. */
101     #undef HAVE_UTIL_H
102    
103     /* Define to 1 if you have the <utmpx.h> header file. */
104     #undef HAVE_UTMPX_H
105    
106     /* Define if struct utmpx contains ut_host */
107     #undef HAVE_UTMPX_HOST
108    
109     /* Define if struct utmpx contains ut_session */
110     #undef HAVE_UTMPX_SESSION
111    
112     /* Define to 1 if you have the <utmp.h> header file. */
113     #undef HAVE_UTMP_H
114    
115     /* Define if struct utmp contains ut_host */
116     #undef HAVE_UTMP_HOST
117    
118     /* Define if struct utmp contains ut_pid */
119     #undef HAVE_UTMP_PID
120    
121     /* Define to 1 if you have the `_getpty' function. */
122     #undef HAVE__GETPTY
123    
124     /* Define location of lastlogx */
125     #undef LASTLOGX_FILE
126    
127     /* Define location of lastlog */
128     #undef LASTLOG_FILE
129    
130     /* Define if lastlog is provided via a directory */
131     #undef LASTLOG_IS_DIR
132    
133 root 1.4 /* Define if you want to have lastlog support when utmp/utmpx is enabled */
134     #undef LASTLOG_SUPPORT
135    
136 root 1.1 /* Define to the address where bug reports for this package should be sent. */
137     #undef PACKAGE_BUGREPORT
138    
139     /* Define to the full name of this package. */
140     #undef PACKAGE_NAME
141    
142     /* Define to the full name and version of this package. */
143     #undef PACKAGE_STRING
144    
145     /* Define to the one symbol short name of this package. */
146     #undef PACKAGE_TARNAME
147    
148     /* Define to the version of this package. */
149     #undef PACKAGE_VERSION
150 root 1.2
151     /* Define to 1 if you have the ANSI C header files. */
152     #undef STDC_HEADERS
153    
154     /* "" */
155 root 1.4 #undef TTY_GID_SUPPORT
156    
157     /* "" */
158 root 1.2 #undef UNIX98_PTY
159    
160     /* Define location of utmpx */
161     #undef UTMPX_FILE
162    
163     /* Define location of utmp */
164     #undef UTMP_FILE
165    
166 root 1.4 /* Define if you want to have utmp/utmpx support */
167     #undef UTMP_SUPPORT
168    
169 root 1.2 /* Define location of wtmpx */
170     #undef WTMPX_FILE
171    
172     /* Define location of wtmp */
173     #undef WTMP_FILE
174 root 1.4
175     /* Define if you want to have wtmp support when utmp/utmpx is enabled */
176     #undef WTMP_SUPPORT