2 This file is included directly from config.h.
3 Don't include it from any other files.
5 The only code that belongs here is preprocessor directives that:
7 1) change the configuration setting defined in config.h if they
8 there is a conflict between them.
10 2) define symbols that fully depend on those in config.h to eliminate
11 the need to embed this logic into configure.in.
18 #if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBCRYPT_I)
22 #if defined(HAVE_SIGADDSET) && defined(HAVE_SIGEMPTYSET)
23 # if defined(HAVE_SIGACTION) && defined(HAVE_SIGPROCMASK)
24 # define SLANG_POSIX_SIGNALS
29 /* some Unices do not define this, and slang requires it: */
40 #ifdef HAVE_SOCKETPAIR
41 # define WITH_BACKGROUND
44 #if defined (__QNX__) && !defined(__QNXNTO__) && !defined (HAVE_INFOMOUNT_LIST)
45 # define HAVE_INFOMOUNT_QNX
48 #if defined(HAVE_INFOMOUNT_LIST) || defined(HAVE_INFOMOUNT_QNX)
49 # define HAVE_INFOMOUNT