Changeset 24 for branches/FREEBSD/src/kmk/config.h
- Timestamp:
- Nov 26, 2002, 10:24:54 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FREEBSD/src/kmk/config.h
r10 r24 1 1 /* 2 * Copyright (c) 1988, 1989, 1990, 1993 3 * The Regents of the University of California. All rights reserved. 2 * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. 4 3 * Copyright (c) 1988, 1989 by Adam de Boor 5 4 * Copyright (c) 1989 by Berkeley Softworks … … 37 36 * SUCH DAMAGE. 38 37 * 39 * @(#)config.h 8.2 (Berkeley) 4/28/9540 * $FreeBSD: src/usr.bin/make/config.h,v 1. 12 2002/09/17 21:29:06 jmallettExp $38 * from: @(#)config.h 8.1 (Berkeley) 6/6/93 39 * $FreeBSD: src/usr.bin/make/config.h,v 1.9 1999/09/10 20:51:59 julian Exp $ 41 40 */ 41 42 #define DEFSHELL 1 /* Bourne shell */ 42 43 43 44 /* … … 50 51 * to 0, nothing will ever happen... 51 52 */ 52 #define 53 #define 53 #define DEFMAXJOBS 4 54 #define DEFMAXLOCAL 1 54 55 55 56 /* … … 62 63 * See suff.c for more details. 63 64 */ 64 #define 65 #define 65 #define INCLUDES 66 #define LIBRARIES 66 67 67 68 /* … … 90 91 * - Allow empty command lines if starting with tab. 91 92 */ 92 #define 93 #define POSIX 93 94 94 95 /* … … 98 99 * Recognize system V like ${VAR:x=y} variable substitutions 99 100 */ 100 #define 101 #define 101 #define SYSVINCLUDE 102 #define SYSVVARSUB 102 103 103 104 /* … … 108 109 * # of ${VAR} 109 110 */ 110 #define 111 #define SUNSHCMD 111 112 112 113 #if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)
Note:
See TracChangeset
for help on using the changeset viewer.