Print this page
make: unifdef for TEAMWARE_MAKE_CMN (defined)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/bin/pmake.cc
          +++ new/usr/src/cmd/make/bin/pmake.cc
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   */
  25   25  
  26      -#ifdef TEAMWARE_MAKE_CMN
  27   26  
  28   27  /*
  29   28   * Included files
  30   29   */
  31   30  #include <arpa/inet.h>
  32   31  #include <mk/defs.h>
  33   32  #include <mksh/misc.h>
  34   33  #include <netdb.h>
  35   34  #include <netinet/in.h>
  36   35  #include <sys/socket.h>
↓ open down ↓ 373 lines elided ↑ open up ↑
 410  409                          }
 411  410                  } else {
 412  411                          /* No "max" value after "max=". */
 413  412                          warning(catgets(catd, 1, 321, "no max value specified for host %s"), mbs_buffer);
 414  413                  }
 415  414                  *ms_address = ms;
 416  415                  return(limit);
 417  416          }
 418  417  }
 419  418  
 420      -#endif
 421  419  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX