1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define on System V Release 4. */
#undef SVR4
#undef PACKAGE
#undef VERSION
#undef USE_KMEM
#undef SOLARIS
/*
** Define this if you want random chars of the set [0-9A-Za-z] instead of
** UPREFIXxxxxx
*/
#undef NEW_RANDOM
/*
** Include support for the handling of requests for IP Masqueraded
** connections. (Linux only)
*/
#undef MASQ_SUPPORT
/*
** File containing connection information for IP masqueraded connections.
*/
#define MASQFILE "/proc/net/ip_masquerade"
/*
** File containing information regarding masqueraded connections when
** netfilter is enabled.
*/
#define CONNTRACK "/proc/net/ip_conntrack"
/*
** File containing the identd replies to be used for hosts that masq through
** us.
*/
#define MAP "/etc/oidentd.users"
/*
** File containing connection information. (Linux)
*/
#define CFILE "/proc/net/tcp"
/*
** Name of file that contains the spoofed identd reply. The file should be
** in the user's home directory.
*/
#define ISPOOF "/.ispoof"
/*
** String prepended to a random number when the -r flag is specified
*/
#define UPREFIX "user"
/*
** If this file exists, in a user's home directory, identd replies will not
** be returned for that user.
*/
#define NOIDENTF "/.noident"
/*
** File containing the list of users allowed to spoof identd replies.
*/
#define USERFILE "/etc/identd.spoof"
/* Define if you have the asprintf function. */
#undef HAVE_ASPRINTF
/* Define if you have the dprintf function. */
#undef HAVE_DPRINTF
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
|