/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if you have the getopt_long function. */ #undef HAVE_GETOPT_LONG /* Define if you have the header file. */ #undef HAVE_STRINGS_H /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H /* Define if you have the header file. */ #undef HAVE_TCPD_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define if you have the tcp wrappers library (-lwrap). */ #undef HAVE_LIBWRAP #define DEFAULT_SLUSH_PORT 12345 #define DEFAULT_SERVER_CERT "slushd.pem" #define DEFAULT_CLIENT_CERT "key.pem" #define USER_DIRECTORY ".slush" #define AUTH_DENIED_SUBJECTS "/etc/slush/denied-subjects" #define AUTH_DENIED_ISSUERS "/etc/slush/denied-issuers" #define AUTH_ALLOWED_SUBJECTS "allowed-subjects" #define AUTH_ALLOWED_ISSUERS "allowed-issuers" #define AUTH_TRUSTED_ISSUERS "trusted-issuers"