/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if you have the getopt_long function. */ #define HAVE_GETOPT_LONG 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_TCPD_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* 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). */ #define HAVE_LIBWRAP 1 #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"