ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/config.h.in
(Generate patch)

Comparing libptytty/config.h.in (file contents):
Revision 1.2 by root, Sun Jan 22 00:51:22 2006 UTC vs.
Revision 1.4 by root, Wed Jan 25 11:14:26 2006 UTC

9/* Define to 1 if you have /dev/ptc */ 9/* Define to 1 if you have /dev/ptc */
10#undef HAVE_DEV_PTC 10#undef HAVE_DEV_PTC
11 11
12/* Define to 1 if you have /dev/ptmx */ 12/* Define to 1 if you have /dev/ptmx */
13#undef HAVE_DEV_PTMX 13#undef HAVE_DEV_PTMX
14
15/* Define to 1 if you have the <dlfcn.h> header file. */
16#undef HAVE_DLFCN_H
14 17
15/* Define to 1 if you have the `getpt' function. */ 18/* Define to 1 if you have the `getpt' function. */
16#undef HAVE_GETPT 19#undef HAVE_GETPT
17 20
18/* Define to 1 if you have the <inttypes.h> header file. */ 21/* Define to 1 if you have the <inttypes.h> header file. */
125#undef LASTLOG_FILE 128#undef LASTLOG_FILE
126 129
127/* Define if lastlog is provided via a directory */ 130/* Define if lastlog is provided via a directory */
128#undef LASTLOG_IS_DIR 131#undef LASTLOG_IS_DIR
129 132
133/* Define if you want to have lastlog support when utmp/utmpx is enabled */
134#undef LASTLOG_SUPPORT
135
130/* Define to the address where bug reports for this package should be sent. */ 136/* Define to the address where bug reports for this package should be sent. */
131#undef PACKAGE_BUGREPORT 137#undef PACKAGE_BUGREPORT
132 138
133/* Define to the full name of this package. */ 139/* Define to the full name of this package. */
134#undef PACKAGE_NAME 140#undef PACKAGE_NAME
144 150
145/* Define to 1 if you have the ANSI C header files. */ 151/* Define to 1 if you have the ANSI C header files. */
146#undef STDC_HEADERS 152#undef STDC_HEADERS
147 153
148/* "" */ 154/* "" */
155#undef TTY_GID_SUPPORT
156
157/* "" */
149#undef UNIX98_PTY 158#undef UNIX98_PTY
150 159
151/* Define location of utmpx */ 160/* Define location of utmpx */
152#undef UTMPX_FILE 161#undef UTMPX_FILE
153 162
154/* Define location of utmp */ 163/* Define location of utmp */
155#undef UTMP_FILE 164#undef UTMP_FILE
156 165
166/* Define if you want to have utmp/utmpx support */
167#undef UTMP_SUPPORT
168
157/* Define location of wtmpx */ 169/* Define location of wtmpx */
158#undef WTMPX_FILE 170#undef WTMPX_FILE
159 171
160/* Define location of wtmp */ 172/* Define location of wtmp */
161#undef WTMP_FILE 173#undef WTMP_FILE
174
175/* Define if you want to have wtmp support when utmp/utmpx is enabled */
176#undef WTMP_SUPPORT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines