Import sendmail 8.13.7
[dragonfly.git] / contrib / sendmail-8.13.7 / devtools / OS / Linux
blob52418c8473aaf2e4108febf559ec1c0a11f36076
1 #       $Id: Linux,v 8.30 2002/03/21 23:59:25 gshapiro Exp $
3 dnl     DO NOT EDIT THIS FILE.
4 dnl     Place personal settings in devtools/Site/site.config.m4
6 define(`confDEPEND_TYPE', `CC-M')
7 define(`confSM_OS_HEADER', `sm_os_linux')
8 define(`confMANROOT', `/usr/man/man')
9 define(`confLIBS', `-ldl')
10 define(`confEBINDIR', `/usr/sbin')
11 APPENDDEF(`confLIBSEARCH', `crypt nsl')
13 define(`confLD', `ld')
14 define(`confMTCCOPTS', `-D_REENTRANT')
15 define(`confMTLDOPTS', `-lpthread')
16 define(`confLDOPTS_SO', `-shared')
17 define(`confSONAME',`-soname')
19 ifelse(confBLDVARIANT, `DEBUG',
20 dnl Debug build
22         define(`confOPTIMIZE',`-g -Wall')
24 dnl Optimized build
25 confBLDVARIANT, `OPTIMIZED',
27         define(`confOPTIMIZE',`-O2')
29 dnl Purify build
30 confBLDVARIANT, `PURIFY',
32         define(`confOPTIMIZE',`-g')
34 dnl default
36         define(`confOPTIMIZE',`-O2')