From 28d7af23c3c29b0f6071d83da4a3d7cb8e408b51 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Tue, 1 Apr 1997 04:44:00 +0000 Subject: Initial import of Joe Greco's tripwire port. Submitted by: jgreco@ns.sol.net --- security/tripwire/files/conf-freebsd2.h | 55 +++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 security/tripwire/files/conf-freebsd2.h (limited to 'security/tripwire/files/conf-freebsd2.h') diff --git a/security/tripwire/files/conf-freebsd2.h b/security/tripwire/files/conf-freebsd2.h new file mode 100644 index 000000000000..e97290da4786 --- /dev/null +++ b/security/tripwire/files/conf-freebsd2.h @@ -0,0 +1,55 @@ +/* $Id$ */ + +/* + * conf-freebsd2.h + * + * Tripwire configuration file + * + * Joe Greco + * sol.net Network Services + * Derived from the other BSD config.h's + */ + +/*** + *** Operating System specifics + *** + *** If the answer to a question in the comment is "Yes", then + *** change the corresponding "#undef" to a "#define" + ***/ + +/* + * is your OS a System V derivitive? if so, what version? + * (e.g., define SYSV 4) + */ + +#undef SYSV + +/* + * does your system have a like System V? + */ + +#undef MALLOCH + +/* + * does your system have a like POSIX says you should? + */ + +#define STDLIBH + +/* + * does your system use readdir(3) that returns (struct dirent *)? + */ + +#define DIRENT + +/* + * is #include ok? (as opposed to ) + */ + +#define STRINGH + +/* + * does your system have gethostname(2) (instead of uname(2))? + */ + +#define GETHOSTNAME -- cgit v1.2.3