summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/config.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-21 14:00:41 +0000
committerderaadt <deraadt@openbsd.org>2003-07-21 14:00:41 +0000
commitbe55ebd7ba817e67a64bf6f3d60771435f883019 (patch)
tree1790c936e78fcdd78b60a018dab8813c573a92e9 /usr.bin/patch/config.h
parentturn a list into a display and remove some .br's; (diff)
downloadwireguard-openbsd-be55ebd7ba817e67a64bf6f3d60771435f883019.tar.xz
wireguard-openbsd-be55ebd7ba817e67a64bf6f3d60771435f883019.zip
knf and other cleanup; ok otto
Diffstat (limited to 'usr.bin/patch/config.h')
-rw-r--r--usr.bin/patch/config.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/usr.bin/patch/config.h b/usr.bin/patch/config.h
index 764d7e04070..efaee2c2a86 100644
--- a/usr.bin/patch/config.h
+++ b/usr.bin/patch/config.h
@@ -1,33 +1,33 @@
-/* $OpenBSD: config.h,v 1.4 2003/07/18 02:00:09 deraadt Exp $ */
+/* $OpenBSD: config.h,v 1.5 2003/07/21 14:00:41 deraadt Exp $ */
-/* config.h
- * This file was produced by running the config.h.SH script, which
- * gets its values from config.sh, which is generally produced by
- * running Configure.
- *
- * Feel free to modify any of this as the need arises. Note, however,
- * that running config.h.SH again will wipe out any changes you've made.
- * For a more permanent change edit config.sh and rerun config.h.SH.
- *
+/*
+ * config.h This file was produced by running the config.h.SH script, which
+ * gets its values from config.sh, which is generally produced by running
+ * Configure.
+ *
+ * Feel free to modify any of this as the need arises. Note, however, that
+ * running config.h.SH again will wipe out any changes you've made. For a
+ * more permanent change edit config.sh and rerun config.h.SH.
+ *
*/
-/* CPPSTDIN:
- * This symbol contains the first part of the string which will invoke
- * the C preprocessor on the standard input and produce to standard
- * output. Typical value of "cc -E" or "/lib/cpp".
+/*
+ * CPPSTDIN: This symbol contains the first part of the string which will
+ * invoke the C preprocessor on the standard input and produce to standard
+ * output. Typical value of "cc -E" or "/lib/cpp".
*/
-/* CPPMINUS:
- * This symbol contains the second part of the string which will invoke
- * the C preprocessor on the standard input and produce to standard
- * output. This symbol will have the value "-" if CPPSTDIN needs a minus
- * to specify standard input, otherwise the value is "".
+/*
+ * CPPMINUS: This symbol contains the second part of the string which will
+ * invoke the C preprocessor on the standard input and produce to standard
+ * output. This symbol will have the value "-" if CPPSTDIN needs a minus to
+ * specify standard input, otherwise the value is "".
*/
#define CPPSTDIN "/usr/bin/cpp"
#define CPPMINUS ""
-/* DIRHEADER:
- * This definition indicates which directory library header to use.
+/*
+ * DIRHEADER: This definition indicates which directory library header to
+ * use.
*/
#define DIRENT
-