summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in68
1 files changed, 63 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 4dd4f0878..bfde5a82b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -194,6 +194,9 @@
194/* Define if your system uses ancillary data style file descriptor passing */ 194/* Define if your system uses ancillary data style file descriptor passing */
195#undef HAVE_CONTROL_IN_MSGHDR 195#undef HAVE_CONTROL_IN_MSGHDR
196 196
197/* Define to 1 if you have the <crypto/sha2.h> header file. */
198#undef HAVE_CRYPTO_SHA2_H
199
197/* Define to 1 if you have the <crypt.h> header file. */ 200/* Define to 1 if you have the <crypt.h> header file. */
198#undef HAVE_CRYPT_H 201#undef HAVE_CRYPT_H
199 202
@@ -207,6 +210,10 @@
207 don't. */ 210 don't. */
208#undef HAVE_DECL_AUTHENTICATE 211#undef HAVE_DECL_AUTHENTICATE
209 212
213/* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
214 don't. */
215#undef HAVE_DECL_GLOB_NOMATCH
216
210/* Define to 1 if you have the declaration of `h_errno', and to 0 if you 217/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
211 don't. */ 218 don't. */
212#undef HAVE_DECL_H_ERRNO 219#undef HAVE_DECL_H_ERRNO
@@ -223,6 +230,10 @@
223 don't. */ 230 don't. */
224#undef HAVE_DECL_LOGINSUCCESS 231#undef HAVE_DECL_LOGINSUCCESS
225 232
233/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
234 don't. */
235#undef HAVE_DECL_O_NONBLOCK
236
226/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you 237/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
227 don't. */ 238 don't. */
228#undef HAVE_DECL_PASSWDEXPIRED 239#undef HAVE_DECL_PASSWDEXPIRED
@@ -231,6 +242,14 @@
231 don't. */ 242 don't. */
232#undef HAVE_DECL_SETAUTHDB 243#undef HAVE_DECL_SETAUTHDB
233 244
245/* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you
246 don't. */
247#undef HAVE_DECL_SHUT_RD
248
249/* Define to 1 if you have the declaration of `writev', and to 0 if you don't.
250 */
251#undef HAVE_DECL_WRITEV
252
234/* Define to 1 if you have the declaration of `_getlong', and to 0 if you 253/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
235 don't. */ 254 don't. */
236#undef HAVE_DECL__GETLONG 255#undef HAVE_DECL__GETLONG
@@ -266,6 +285,9 @@
266/* Define if your system has /etc/default/login */ 285/* Define if your system has /etc/default/login */
267#undef HAVE_ETC_DEFAULT_LOGIN 286#undef HAVE_ETC_DEFAULT_LOGIN
268 287
288/* Define to 1 if you have the `EVP_sha256' function. */
289#undef HAVE_EVP_SHA256
290
269/* Define if you have ut_exit in utmp.h */ 291/* Define if you have ut_exit in utmp.h */
270#undef HAVE_EXIT_IN_UTMP 292#undef HAVE_EXIT_IN_UTMP
271 293
@@ -275,6 +297,12 @@
275/* Define to 1 if you have the `fchown' function. */ 297/* Define to 1 if you have the `fchown' function. */
276#undef HAVE_FCHOWN 298#undef HAVE_FCHOWN
277 299
300/* Use F_CLOSEM fcntl for closefrom */
301#undef HAVE_FCNTL_CLOSEM
302
303/* Define to 1 if you have the <fcntl.h> header file. */
304#undef HAVE_FCNTL_H
305
278/* Define to 1 if you have the <features.h> header file. */ 306/* Define to 1 if you have the <features.h> header file. */
279#undef HAVE_FEATURES_H 307#undef HAVE_FEATURES_H
280 308
@@ -338,6 +366,9 @@
338/* Define to 1 if you have the `getrusage' function. */ 366/* Define to 1 if you have the `getrusage' function. */
339#undef HAVE_GETRUSAGE 367#undef HAVE_GETRUSAGE
340 368
369/* Define to 1 if you have the `getseuserbyname' function. */
370#undef HAVE_GETSEUSERBYNAME
371
341/* Define to 1 if you have the `gettimeofday' function. */ 372/* Define to 1 if you have the `gettimeofday' function. */
342#undef HAVE_GETTIMEOFDAY 373#undef HAVE_GETTIMEOFDAY
343 374
@@ -362,6 +393,9 @@
362/* Define to 1 if you have the `getutxline' function. */ 393/* Define to 1 if you have the `getutxline' function. */
363#undef HAVE_GETUTXLINE 394#undef HAVE_GETUTXLINE
364 395
396/* Define to 1 if you have the `get_default_context_with_level' function. */
397#undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL
398
365/* Define to 1 if you have the `glob' function. */ 399/* Define to 1 if you have the `glob' function. */
366#undef HAVE_GLOB 400#undef HAVE_GLOB
367 401
@@ -536,6 +570,9 @@
536/* Define to 1 if you have the <netgroup.h> header file. */ 570/* Define to 1 if you have the <netgroup.h> header file. */
537#undef HAVE_NETGROUP_H 571#undef HAVE_NETGROUP_H
538 572
573/* Define to 1 if you have the <net/if_tun.h> header file. */
574#undef HAVE_NET_IF_TUN_H
575
539/* Define if you are on NeXT */ 576/* Define if you are on NeXT */
540#undef HAVE_NEXT 577#undef HAVE_NEXT
541 578
@@ -699,6 +736,12 @@
699/* Define to 1 if you have the `setvbuf' function. */ 736/* Define to 1 if you have the `setvbuf' function. */
700#undef HAVE_SETVBUF 737#undef HAVE_SETVBUF
701 738
739/* Define to 1 if you have the `SHA256_Update' function. */
740#undef HAVE_SHA256_UPDATE
741
742/* Define to 1 if you have the <sha2.h> header file. */
743#undef HAVE_SHA2_H
744
702/* Define to 1 if you have the <shadow.h> header file. */ 745/* Define to 1 if you have the <shadow.h> header file. */
703#undef HAVE_SHADOW_H 746#undef HAVE_SHADOW_H
704 747
@@ -1128,22 +1171,25 @@
1128/* Location of PRNGD/EGD random number socket */ 1171/* Location of PRNGD/EGD random number socket */
1129#undef PRNGD_SOCKET 1172#undef PRNGD_SOCKET
1130 1173
1174/* read(1) can return 0 for a non-closed fd */
1175#undef PTY_ZEROREAD
1176
1131/* Define if your platform breaks doing a seteuid before a setuid */ 1177/* Define if your platform breaks doing a seteuid before a setuid */
1132#undef SETEUID_BREAKS_SETUID 1178#undef SETEUID_BREAKS_SETUID
1133 1179
1134/* The size of a `char', as computed by sizeof. */ 1180/* The size of `char', as computed by sizeof. */
1135#undef SIZEOF_CHAR 1181#undef SIZEOF_CHAR
1136 1182
1137/* The size of a `int', as computed by sizeof. */ 1183/* The size of `int', as computed by sizeof. */
1138#undef SIZEOF_INT 1184#undef SIZEOF_INT
1139 1185
1140/* The size of a `long int', as computed by sizeof. */ 1186/* The size of `long int', as computed by sizeof. */
1141#undef SIZEOF_LONG_INT 1187#undef SIZEOF_LONG_INT
1142 1188
1143/* The size of a `long long int', as computed by sizeof. */ 1189/* The size of `long long int', as computed by sizeof. */
1144#undef SIZEOF_LONG_LONG_INT 1190#undef SIZEOF_LONG_LONG_INT
1145 1191
1146/* The size of a `short int', as computed by sizeof. */ 1192/* The size of `short int', as computed by sizeof. */
1147#undef SIZEOF_SHORT_INT 1193#undef SIZEOF_SHORT_INT
1148 1194
1149/* Define if you want S/Key support */ 1195/* Define if you want S/Key support */
@@ -1198,6 +1244,9 @@
1198/* Define if you want a different $PATH for the superuser */ 1244/* Define if you want a different $PATH for the superuser */
1199#undef SUPERUSER_PATH 1245#undef SUPERUSER_PATH
1200 1246
1247/* syslog_r function is safe to use in in a signal handler */
1248#undef SYSLOG_R_SAFE_IN_SIGHAND
1249
1201/* Support passwords > 8 chars */ 1250/* Support passwords > 8 chars */
1202#undef UNIXWARE_LONG_PASSWORDS 1251#undef UNIXWARE_LONG_PASSWORDS
1203 1252
@@ -1219,6 +1268,9 @@
1219/* Define if you want smartcard support using OpenSC */ 1268/* Define if you want smartcard support using OpenSC */
1220#undef USE_OPENSC 1269#undef USE_OPENSC
1221 1270
1271/* Enable OpenSSL engine support */
1272#undef USE_OPENSSL_ENGINE
1273
1222/* Define if you want to enable PAM support */ 1274/* Define if you want to enable PAM support */
1223#undef USE_PAM 1275#undef USE_PAM
1224 1276
@@ -1228,6 +1280,9 @@
1228/* Define if you want smartcard support using sectok */ 1280/* Define if you want smartcard support using sectok */
1229#undef USE_SECTOK 1281#undef USE_SECTOK
1230 1282
1283/* Define if you have Solaris process contracts */
1284#undef USE_SOLARIS_PROCESS_CONTRACTS
1285
1231/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 1286/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1232#undef WITH_ABBREV_NO_TTY 1287#undef WITH_ABBREV_NO_TTY
1233 1288
@@ -1247,6 +1302,9 @@
1247/* Define if you want IRIX project management */ 1302/* Define if you want IRIX project management */
1248#undef WITH_IRIX_PROJECT 1303#undef WITH_IRIX_PROJECT
1249 1304
1305/* Define if you want SELinux support. */
1306#undef WITH_SELINUX
1307
1250/* Define to 1 if your processor stores words with the most significant byte 1308/* Define to 1 if your processor stores words with the most significant byte
1251 first (like Motorola and SPARC, unlike Intel and VAX). */ 1309 first (like Motorola and SPARC, unlike Intel and VAX). */
1252#undef WORDS_BIGENDIAN 1310#undef WORDS_BIGENDIAN