ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/config.h.in
Revision: 1.2
Committed: Sun Jan 22 00:51:22 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +145 -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     /* Define to 1 if you have the `getpt' function. */
16     #undef HAVE_GETPT
17    
18     /* Define to 1 if you have the <inttypes.h> header file. */
19     #undef HAVE_INTTYPES_H
20    
21     /* Define to 1 if you have the `isastream' function. */
22     #undef HAVE_ISASTREAM
23    
24     /* Define to 1 if you have the <lastlog.h> header file. */
25     #undef HAVE_LASTLOG_H
26    
27     /* Define to 1 if you have the <libutil.h> header file. */
28     #undef HAVE_LIBUTIL_H
29    
30     /* Define to 1 if you have the <memory.h> header file. */
31     #undef HAVE_MEMORY_H
32    
33     /* Define to 1 if you have the `openpty' function. */
34     #undef HAVE_OPENPTY
35    
36     /* Define to 1 if you have the `posix_openpt' function. */
37     #undef HAVE_POSIX_OPENPT
38    
39     /* Define to 1 if you have the <pty.h> header file. */
40     #undef HAVE_PTY_H
41    
42     /* Define to 1 if you have the `revoke' function. */
43     #undef HAVE_REVOKE
44    
45     /* Define to 1 if you have the <stdint.h> header file. */
46     #undef HAVE_STDINT_H
47    
48     /* Define to 1 if you have the <stdlib.h> header file. */
49     #undef HAVE_STDLIB_H
50    
51     /* Define to 1 if you have the <strings.h> header file. */
52     #undef HAVE_STRINGS_H
53    
54     /* Define to 1 if you have the <string.h> header file. */
55     #undef HAVE_STRING_H
56    
57     /* Define if utmp.h or lastlog.h has struct lastlog */
58     #undef HAVE_STRUCT_LASTLOG
59    
60     /* Define if utmpx.h or lastlog.h has struct lastlogx */
61     #undef HAVE_STRUCT_LASTLOGX
62    
63     /* Define if utmp.h has struct utmp */
64     #undef HAVE_STRUCT_UTMP
65    
66     /* Define if utmpx.h has struct utmpx */
67     #undef HAVE_STRUCT_UTMPX
68    
69     /* Define to 1 if you have the <sys/ioctl.h> header file. */
70     #undef HAVE_SYS_IOCTL_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/stropts.h> header file. */
76     #undef HAVE_SYS_STROPTS_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 `ttyslot' function. */
82     #undef HAVE_TTYSLOT
83    
84     /* Define to 1 if you have the <unistd.h> header file. */
85     #undef HAVE_UNISTD_H
86    
87     /* Define if sys/socket.h defines the necessary macros/functions for file
88     handle passing */
89     #undef HAVE_UNIX_FDPASS
90    
91     /* Define to 1 if you have the `updwtmp' function. */
92     #undef HAVE_UPDWTMP
93    
94     /* Define to 1 if you have the `updwtmpx' function. */
95     #undef HAVE_UPDWTMPX
96    
97     /* Define to 1 if you have the <util.h> header file. */
98     #undef HAVE_UTIL_H
99    
100     /* Define to 1 if you have the <utmpx.h> header file. */
101     #undef HAVE_UTMPX_H
102    
103     /* Define if struct utmpx contains ut_host */
104     #undef HAVE_UTMPX_HOST
105    
106     /* Define if struct utmpx contains ut_session */
107     #undef HAVE_UTMPX_SESSION
108    
109     /* Define to 1 if you have the <utmp.h> header file. */
110     #undef HAVE_UTMP_H
111    
112     /* Define if struct utmp contains ut_host */
113     #undef HAVE_UTMP_HOST
114    
115     /* Define if struct utmp contains ut_pid */
116     #undef HAVE_UTMP_PID
117    
118     /* Define to 1 if you have the `_getpty' function. */
119     #undef HAVE__GETPTY
120    
121     /* Define location of lastlogx */
122     #undef LASTLOGX_FILE
123    
124     /* Define location of lastlog */
125     #undef LASTLOG_FILE
126    
127     /* Define if lastlog is provided via a directory */
128     #undef LASTLOG_IS_DIR
129    
130 root 1.1 /* Define to the address where bug reports for this package should be sent. */
131     #undef PACKAGE_BUGREPORT
132    
133     /* Define to the full name of this package. */
134     #undef PACKAGE_NAME
135    
136     /* Define to the full name and version of this package. */
137     #undef PACKAGE_STRING
138    
139     /* Define to the one symbol short name of this package. */
140     #undef PACKAGE_TARNAME
141    
142     /* Define to the version of this package. */
143     #undef PACKAGE_VERSION
144 root 1.2
145     /* Define to 1 if you have the ANSI C header files. */
146     #undef STDC_HEADERS
147    
148     /* "" */
149     #undef UNIX98_PTY
150    
151     /* Define location of utmpx */
152     #undef UTMPX_FILE
153    
154     /* Define location of utmp */
155     #undef UTMP_FILE
156    
157     /* Define location of wtmpx */
158     #undef WTMPX_FILE
159    
160     /* Define location of wtmp */
161     #undef WTMP_FILE