summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/pathnames.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-03-11 13:02:38 +0000
committerharti <harti@FreeBSD.org>2005-03-11 13:02:38 +0000
commitd72309cdade808e436dae5798f95e35937bafb6b (patch)
treeaada4c3001fac6002b56a38e8d677fd091fb81a9 /usr.bin/make/pathnames.h
parentdc263e28e9ab4cc34ef8539e579b33c18bddf69a (diff)
downloadFreeBSD-src-d72309cdade808e436dae5798f95e35937bafb6b.zip
FreeBSD-src-d72309cdade808e436dae5798f95e35937bafb6b.tar.gz
Remove leading underscores from the pathname defines. All identifiers
with leading underscore followed by an uppercase letter are in the implementation namespace.
Diffstat (limited to 'usr.bin/make/pathnames.h')
-rw-r--r--usr.bin/make/pathnames.h34
1 files changed, 19 insertions, 15 deletions
diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h
index 0b75a48..5fb4ceb 100644
--- a/usr.bin/make/pathnames.h
+++ b/usr.bin/make/pathnames.h
@@ -33,20 +33,24 @@
#ifndef pathnames_h_235b888a
#define pathnames_h_235b888a
-#ifndef _PATH_OBJDIR
-#define _PATH_OBJDIR "obj"
-#endif /* ! _PATH_OBJDIR */
-#ifndef _PATH_OBJDIRPREFIX
-#define _PATH_OBJDIRPREFIX "/usr/obj"
-#endif /* ! _PATH_OBJDIRPREFIX */
-#ifndef _PATH_DEFSHELLDIR
-#define _PATH_DEFSHELLDIR "/bin"
-#endif /* ! _PATH_DEFSHELLDIR */
-#ifndef _PATH_DEFSYSMK
-#define _PATH_DEFSYSMK "sys.mk"
-#endif /* ! _PATH_DEFSYSMK */
-#ifndef _PATH_DEFSYSPATH
-#define _PATH_DEFSYSPATH "/usr/share/mk"
-#endif /* ! _PATH_DEFSYSPATH */
+#ifndef PATH_OBJDIR
+#define PATH_OBJDIR "obj"
+#endif /* ! PATH_OBJDIR */
+
+#ifndef PATH_OBJDIRPREFIX
+#define PATH_OBJDIRPREFIX "/usr/obj"
+#endif /* ! PATH_OBJDIRPREFIX */
+
+#ifndef PATH_DEFSHELLDIR
+#define PATH_DEFSHELLDIR "/bin"
+#endif /* ! PATH_DEFSHELLDIR */
+
+#ifndef PATH_DEFSYSMK
+#define PATH_DEFSYSMK "sys.mk"
+#endif /* ! PATH_DEFSYSMK */
+
+#ifndef PATH_DEFSYSPATH
+#define PATH_DEFSYSPATH "/usr/share/mk"
+#endif /* ! PATH_DEFSYSPATH */
#endif /* pathnames_h_235b888a */
OpenPOWER on IntegriCloud