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.3 by ayin, Sun Jan 22 16:32:12 2006 UTC vs.
Revision 1.4 by root, Wed Jan 25 11:14:26 2006 UTC

128#undef LASTLOG_FILE 128#undef LASTLOG_FILE
129 129
130/* Define if lastlog is provided via a directory */ 130/* Define if lastlog is provided via a directory */
131#undef LASTLOG_IS_DIR 131#undef LASTLOG_IS_DIR
132 132
133/* Define if you want to have lastlog support when utmp/utmpx is enabled */
134#undef LASTLOG_SUPPORT
135
133/* 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. */
134#undef PACKAGE_BUGREPORT 137#undef PACKAGE_BUGREPORT
135 138
136/* Define to the full name of this package. */ 139/* Define to the full name of this package. */
137#undef PACKAGE_NAME 140#undef PACKAGE_NAME
147 150
148/* Define to 1 if you have the ANSI C header files. */ 151/* Define to 1 if you have the ANSI C header files. */
149#undef STDC_HEADERS 152#undef STDC_HEADERS
150 153
151/* "" */ 154/* "" */
155#undef TTY_GID_SUPPORT
156
157/* "" */
152#undef UNIX98_PTY 158#undef UNIX98_PTY
153 159
154/* Define location of utmpx */ 160/* Define location of utmpx */
155#undef UTMPX_FILE 161#undef UTMPX_FILE
156 162
157/* Define location of utmp */ 163/* Define location of utmp */
158#undef UTMP_FILE 164#undef UTMP_FILE
159 165
166/* Define if you want to have utmp/utmpx support */
167#undef UTMP_SUPPORT
168
160/* Define location of wtmpx */ 169/* Define location of wtmpx */
161#undef WTMPX_FILE 170#undef WTMPX_FILE
162 171
163/* Define location of wtmp */ 172/* Define location of wtmp */
164#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