Ignore:
Timestamp:
Nov 26, 2002, 10:24:54 PM (23 years ago)
Author:
bird
Message:

Import of RELENG_4_7_0_RELEASE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FREEBSD/src/kmk/config.h

    r10 r24  
    11/*
    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.
    43 * Copyright (c) 1988, 1989 by Adam de Boor
    54 * Copyright (c) 1989 by Berkeley Softworks
     
    3736 * SUCH DAMAGE.
    3837 *
    39  *      @(#)config.h    8.2 (Berkeley) 4/28/95
    40  * $FreeBSD: src/usr.bin/make/config.h,v 1.12 2002/09/17 21:29:06 jmallett Exp $
     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 $
    4140 */
     41
     42#define DEFSHELL        1                       /* Bourne shell */
    4243
    4344/*
     
    5051 *      to 0, nothing will ever happen...
    5152 */
    52 #define DEFMAXJOBS      4
    53 #define DEFMAXLOCAL     1
     53#define DEFMAXJOBS      4
     54#define DEFMAXLOCAL     1
    5455
    5556/*
     
    6263 *      See suff.c for more details.
    6364 */
    64 #define INCLUDES
    65 #define LIBRARIES
     65#define INCLUDES
     66#define LIBRARIES
    6667
    6768/*
     
    9091 *      - Allow empty command lines if starting with tab.
    9192 */
    92 #define POSIX
     93#define POSIX
    9394
    9495/*
     
    9899 *      Recognize system V like ${VAR:x=y} variable substitutions
    99100 */
    100 #define SYSVINCLUDE
    101 #define SYSVVARSUB
     101#define SYSVINCLUDE
     102#define SYSVVARSUB
    102103
    103104/*
     
    108109 *                              # of ${VAR}
    109110 */
    110 #define SUNSHCMD
     111#define SUNSHCMD
    111112
    112113#if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)
Note: See TracChangeset for help on using the changeset viewer.