summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-11 00:19:21 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-11 00:19:21 +0000
commit17f720169a8e34b2ad5689055ebcdb8a7542b7a3 (patch)
tree1c2ce691f0aace75c02490bf2bbeecbd26fd69e2 /src
parent7a4720e25a6a0fcbaff7981d1c0d1ef955cf5403 (diff)
downloademacs-17f720169a8e34b2ad5689055ebcdb8a7542b7a3.tar.gz
(BSD): Define as 42.
(BSD4_2): Define as 1. This makes it like bsd4-3.h.
Diffstat (limited to 'src')
-rw-r--r--src/s/bsd4-2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h
index 6fdd3441168..ac61e242818 100644
--- a/src/s/bsd4-2.h
+++ b/src/s/bsd4-2.h
@@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#ifndef BSD4_2
-#define BSD4_2
+#define BSD4_2 1
#endif /* BSD4_2 */
#ifndef BSD
-#define BSD 1
+#define BSD 42
#endif /* BSD */
/* SYSTEM_TYPE should indicate the kind of system you are using.