diff options
Diffstat (limited to 'devtools/OS/Darwin.7.x')
| -rw-r--r-- | devtools/OS/Darwin.7.x | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devtools/OS/Darwin.7.x b/devtools/OS/Darwin.7.x new file mode 100644 index 000000000000..6522e4e51345 --- /dev/null +++ b/devtools/OS/Darwin.7.x @@ -0,0 +1,22 @@ +# $Id: Darwin.7.x,v 1.2 2004/01/19 21:21:22 ca Exp $ + +dnl DO NOT EDIT THIS FILE. +dnl Place personal settings in devtools/Site/site.config.m4 + +# +define(`confCC', `cc -pipe ${Extra_CC_Flags}') +define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX') +define(`confENVDEF', `-DDARWIN -DBIND_8_COMPAT') +define(`confLDOPTS', `${Extra_LD_Flags}') +define(`confMILTER_STATIC', `') +define(`confDEPEND_TYPE', `CC-M') +define(`confOPTIMIZE', `-O3') +define(`confRANLIBOPTS', `-c') +define(`confHFDIR', `/usr/share/sendmail') +define(`confINSTALL_RAWMAN') +define(`confMANOWN', `root') +define(`confMANGRP', `wheel') +define(`confUBINOWN', `root') +define(`confUBINGRP', `wheel') +define(`confSBINOWN', `root') +define(`confSBINGRP', `wheel') |
