summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/pathnames.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-02-01 10:50:37 +0000
committerharti <harti@FreeBSD.org>2005-02-01 10:50:37 +0000
commitb24cc988512ed34d0854c1b8adc8f42b8abecbd5 (patch)
treead58e65b384352ba6b76d8d9e9ad5ae790aaf99f /usr.bin/make/pathnames.h
parentb0d098fb3c0b0335d47a860cc6fb174948400795 (diff)
downloadFreeBSD-src-b24cc988512ed34d0854c1b8adc8f42b8abecbd5.zip
FreeBSD-src-b24cc988512ed34d0854c1b8adc8f42b8abecbd5.tar.gz
Clean up include files and file including. Split nonints.h into pieces
that get included just where they are needed. All headers include the headers that they need to compile (just with an empty .c file). Sort includes alphabetically where apropriate and fix some duplicate commenting for struct Job, struct GNode and struct Shell by removing one version and inlining the comments into the structure declaration (the comments have been somewhat outdated). This patch does not contain functional changes (checked with md5). Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/pathnames.h')
-rw-r--r--usr.bin/make/pathnames.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h
index d16167c..0b75a48 100644
--- a/usr.bin/make/pathnames.h
+++ b/usr.bin/make/pathnames.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
@@ -10,11 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -34,6 +30,9 @@
* $FreeBSD$
*/
+#ifndef pathnames_h_235b888a
+#define pathnames_h_235b888a
+
#ifndef _PATH_OBJDIR
#define _PATH_OBJDIR "obj"
#endif /* ! _PATH_OBJDIR */
@@ -49,3 +48,5 @@
#ifndef _PATH_DEFSYSPATH
#define _PATH_DEFSYSPATH "/usr/share/mk"
#endif /* ! _PATH_DEFSYSPATH */
+
+#endif /* pathnames_h_235b888a */
OpenPOWER on IntegriCloud