pkgsrc/security/tripwire/files/conf-solaris.h
agc c9580c5871 Revert to previous configuration:
LOWER_OPSYS for Solaris is solaris.
Remove the ugly hacks which had been introduced to workaround previous
misunderstanding.
1999-07-08 08:06:59 +00:00

54 lines
878 B
C

/* Original Id: conf-bsd.h,v 1.2 1993/08/19 05:26:52 genek Exp */
/*
* conf-bsd.h
*
* Tripwire configuration file
*
* Gene Kim
* Purdue University
*/
/***
*** 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)
*/
#define SYSV 4
/*
* does your system have a <malloc.h> like System V?
*/
#define MALLOCH
/*
* does your system have a <stdlib.h> like POSIX says you should?
*/
#define STDLIBH
/*
* does your system use readdir(3) that returns (struct dirent *)?
*/
#define DIRENT
/*
* is #include <string.h> ok? (as opposed to <strings.h>)
*/
#define STRINGH
/*
* does your system have gethostname(2) (instead of uname(2))?
*/
#undef GETHOSTNAME