1#	$Id: QNX,v 8.7 2002-03-21 23:59:25 gshapiro Exp $
2
3dnl	DO NOT EDIT THIS FILE.
4dnl	Place personal settings in devtools/Site/site.config.m4
5
6PUSHDIVERT(1)
7#
8# For this Makefile to work you must compile and install the libdb package
9# and then change DBMINC and DBMLIB as appropriate.
10#
11DBMINC= /usr/local/include
12DBMLIB= /usr/local/lib
13POPDIVERT
14define(`confENVDEF', `-Osax -w4 -zc -fr=  -D__BIT_TYPES_DEFINED__')
15APPENDDEF(`confINCDIRS', `${DBMINC}')
16define(`confLIBDIRS', `${DBMLIB}')
17define(`confLIBS', `-lsocket')
18define(`confLDOPTS', `-M -N256k')
19define(`confINSTALL', `${BUILDBIN}/install.sh')
20