mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cf2c8ec847
PR: 18964 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
56 lines
930 B
C
56 lines
930 B
C
/* $Id: conf-freebsd2.h,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ */
|
|
|
|
/*
|
|
* 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 <malloc.h> like System V?
|
|
*/
|
|
|
|
#undef 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))?
|
|
*/
|
|
|
|
#define GETHOSTNAME
|