1#	@(#)Makefile.config	8.1 (Berkeley) 06/06/93
2#
3# $Id: Makefile.config,v 5.2.2.1 1992/02/09 15:11:17 jsp beta $
4#
5
6#
7# Comment/uncomment the following lines as required
8#
9
10#
11# Where local include files are stored
12#
13#XINCLUDE = -I/usr/local/athena/include
14
15#
16# Define RESOLV if your C library does not include support
17# for Hesiod and/or Named.
18#
19#RESOLV = -lhesiod -lresolv
20
21#
22# Define XLIBDIR if you have libraries not on the standard
23# search path.
24#
25#XLIBDIR = -L/usr/local/athena/lib
26
27#
28# Define DBM if your C library does not include
29# support for gdbm and/or ndbm.
30#
31#DBM = -lgdbm #-lndbm
32
33#
34# Define RPCLIB if your C library does not include
35# support for RPC
36#
37#RPCLIB = -lrpc
38
39#
40# Include support for Network Information Service (NIS)
41# Also define HAS_NIS_RELOAD to include map
42# enumeration code implementing "cache:=all"
43#
44#HAS_NIS_MAPS = -DHAS_NIS_MAPS -DHAS_NIS_RELOAD
45
46#
47# Include support for file maps
48#
49HAS_FILE_MAPS = -DHAS_FILE_MAPS
50
51#
52# Include support for Hesiod
53# Also define HAS_HESIOD_RELOAD to include zone
54# transfer code implementing "cache:=all"
55#
56#HAS_HESIOD_MAPS = -DHAS_HESIOD_MAPS -DHAS_HESIOD_RELOAD
57
58#
59# Include support for /etc/passwd
60#
61HAS_PASSWD_MAPS = -DHAS_PASSWD_MAPS
62
63#
64# Include support for union maps
65#
66HAS_UNION_MAPS = -DHAS_UNION_MAPS
67
68#
69# Include support for ndbm.
70# This removes support for gdbm and is only supported
71# if your operating system supports ndbm
72#
73#HAS_NDBM_MAPS = -DHAS_NDBM_MAPS
74
75#
76# Include support for "regexp" maps
77#
78HAS_REGEXP = -DHAS_REGEXP
79
80#
81# Make sure that the hostname passed in RPC authentication packets
82# contains a fully qualified domain name.  See nfs_ops.c
83#
84#HAS_NFS_QUALIFIED_NAMES = -DHAS_NFS_QUALIFIED_NAMES
85
86##############################################################
87# Do NOT edit the following lines
88#
89CONFIG = ${XINCLUDE} ${HAS_NIS_MAPS} ${HAS_FILE_MAPS} ${HAS_HESIOD_MAPS} \
90		${HAS_NDBM_MAPS} ${HAS_MOUNTD_MAPS} ${HAS_PASSWD_MAPS} ${HAS_UNION_MAPS} \
91		${HAS_REGEXP} ${HAS_NFS_QUALIFIED_NAMES}
92