|
|
1.1 ! root 1: # ! 2: # $Id: Makefile.config,v 5.2 90/06/23 22:21:19 jsp Rel $ ! 3: # ! 4: # Copyright (c) 1990 Jan-Simon Pendry ! 5: # Copyright (c) 1990 Imperial College of Science, Technology & Medicine ! 6: # Copyright (c) 1990 The Regents of the University of California. ! 7: # All rights reserved. ! 8: # ! 9: # This code is derived from software contributed to Berkeley by ! 10: # Jan-Simon Pendry at Imperial College, London. ! 11: # ! 12: # Redistribution and use in source and binary forms are permitted provided ! 13: # that: (1) source distributions retain this entire copyright notice and ! 14: # comment, and (2) distributions including binaries display the following ! 15: # acknowledgement: ``This product includes software developed by the ! 16: # University of California, Berkeley and its contributors'' in the ! 17: # documentation or other materials provided with the distribution and in ! 18: # all advertising materials mentioning features or use of this software. ! 19: # Neither the name of the University nor the names of its contributors may ! 20: # be used to endorse or promote products derived from this software without ! 21: # specific prior written permission. ! 22: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED ! 23: # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF ! 24: # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 25: # ! 26: # @(#)Makefile.config 5.1 (Berkeley) 6/29/90 ! 27: # ! 28: ! 29: # ! 30: # Comment/uncomment the following lines as required ! 31: # ! 32: ! 33: # ! 34: # Where local include files are stored ! 35: # ! 36: #XINCLUDE = -I/usr/local/athena/include ! 37: ! 38: # ! 39: # Define RESOLV if your C library does not include support ! 40: # for Hesiod and/or Named. ! 41: # ! 42: #RESOLV = -lhesiod -lresolv ! 43: ! 44: # ! 45: # Define XLIBDIR if you have libraries not on the standard ! 46: # search path. ! 47: # ! 48: #XLIBDIR = -L/usr/local/athena/lib ! 49: ! 50: # ! 51: # Define DBM if your C library does not include ! 52: # support for gdbm and/or ndbm. ! 53: # ! 54: #DBM = -lgdbm #-lndbm ! 55: ! 56: # ! 57: # Define RPCLIB if your C library does not include ! 58: # support for RPC ! 59: # ! 60: #RPCLIB = -lrpc ! 61: ! 62: # ! 63: # Include support for Network Information Service (NIS) ! 64: # ! 65: #HAS_NIS_MAPS = -DHAS_NIS_MAPS ! 66: ! 67: # ! 68: # Include support for file maps ! 69: # ! 70: HAS_FILE_MAPS = -DHAS_FILE_MAPS ! 71: ! 72: # ! 73: # Include support for Hesiod ! 74: # ! 75: #HAS_HESIOD_MAPS = -DHAS_HESIOD_MAPS ! 76: ! 77: # ! 78: # Include support for /etc/passwd ! 79: # ! 80: HAS_PASSWD_MAPS = -DHAS_PASSWD_MAPS ! 81: ! 82: # ! 83: # Include support for mountd ! 84: # Not released - design not complete... ! 85: # ! 86: #HAS_MOUNTD_MAPS = -DHAS_MOUNTD_MAPS ! 87: ! 88: # ! 89: # Include support for ndbm. ! 90: # This removes support for gdbm and is only supported ! 91: # if your operating system supports ndbm ! 92: # ! 93: #HAS_NDBM_MAPS = -DHAS_NDBM_MAPS ! 94: ! 95: ! 96: ############################################################## ! 97: # Do NOT edit the following lines ! 98: # ! 99: CONFIG = ${XINCLUDE} ${HAS_NIS_MAPS} ${HAS_FILE_MAPS} ${HAS_HESIOD_MAPS} \ ! 100: ${HAS_NDBM_MAPS} ${HAS_MOUNTD_MAPS} ${HAS_PASSWD_MAPS}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.