Print this page
make: remove SCCS ident stuff


   7  * Common Development and Distribution License (the "License").
   8  * You may not use this file except in compliance with the License.
   9  *
  10  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  11  * or http://www.opensolaris.org/os/licensing.
  12  * See the License for the specific language governing permissions
  13  * and limitations under the License.
  14  *
  15  * When distributing Covered Code, include this CDDL HEADER in each
  16  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17  * If applicable, add the following below this CDDL HEADER, with the
  18  * fields enclosed by brackets "[]" replaced with your own identifying
  19  * information: Portions Copyright [yyyy] [name of copyright owner]
  20  *
  21  * CDDL HEADER END
  22  */
  23 /*
  24  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  25  * Use is subject to license terms.
  26  */
  27 /*
  28  * @(#)defs.h 1.35 06/12/12
  29  */
  30 
  31 #pragma ident   "@(#)defs.h     1.35    06/12/12"
  32 
  33 /*
  34  * This is not "#ifdef TEAMWARE_MAKE_CMN" because we're currently
  35  * using the TW fake i18n headers and libraries to build both
  36  * SMake and PMake on SPARC/S1 and x86/S2.
  37  */
  38 
  39 #include <avo/intl.h>
  40 #include <limits.h>               /* MB_LEN_MAX */
  41 #include <stdio.h>
  42 #include <stdlib.h>               /* wchar_t */
  43 #include <string.h>               /* strcmp() */
  44 #include <nl_types.h>             /* catgets() */
  45 #include <sys/param.h>            /* MAXPATHLEN */
  46 #include <sys/types.h>            /* time_t, caddr_t */
  47 #include <vroot/vroot.h>  /* pathpt */
  48 #include <sys/time.h>             /* timestruc_t */
  49 #include <errno.h>                /* errno */
  50 
  51 #if defined (HP_UX) || defined (linux)




   7  * Common Development and Distribution License (the "License").
   8  * You may not use this file except in compliance with the License.
   9  *
  10  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  11  * or http://www.opensolaris.org/os/licensing.
  12  * See the License for the specific language governing permissions
  13  * and limitations under the License.
  14  *
  15  * When distributing Covered Code, include this CDDL HEADER in each
  16  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17  * If applicable, add the following below this CDDL HEADER, with the
  18  * fields enclosed by brackets "[]" replaced with your own identifying
  19  * information: Portions Copyright [yyyy] [name of copyright owner]
  20  *
  21  * CDDL HEADER END
  22  */
  23 /*
  24  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  25  * Use is subject to license terms.
  26  */





  27 
  28 /*
  29  * This is not "#ifdef TEAMWARE_MAKE_CMN" because we're currently
  30  * using the TW fake i18n headers and libraries to build both
  31  * SMake and PMake on SPARC/S1 and x86/S2.
  32  */
  33 
  34 #include <avo/intl.h>
  35 #include <limits.h>               /* MB_LEN_MAX */
  36 #include <stdio.h>
  37 #include <stdlib.h>               /* wchar_t */
  38 #include <string.h>               /* strcmp() */
  39 #include <nl_types.h>             /* catgets() */
  40 #include <sys/param.h>            /* MAXPATHLEN */
  41 #include <sys/types.h>            /* time_t, caddr_t */
  42 #include <vroot/vroot.h>  /* pathpt */
  43 #include <sys/time.h>             /* timestruc_t */
  44 #include <errno.h>                /* errno */
  45 
  46 #if defined (HP_UX) || defined (linux)