diff src/s/bsd4-3.h @ 1112:1dba066c1e0a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 13 Sep 1992 10:54:38 +0000
parents 626908d37dea
children 0ffcf74fb8ad
line wrap: on
line diff
--- a/src/s/bsd4-3.h	Sun Sep 13 10:43:05 1992 +0000
+++ b/src/s/bsd4-3.h	Sun Sep 13 10:54:38 1992 +0000
@@ -24,11 +24,11 @@
  */
 
 #ifndef BSD4_3
-#define	BSD	43		/* 4.3 * 10, as cpp doesn't do floats */
+#define BSD4_3
 #endif /* BSD4_3 */
 
 #ifndef BSD
-#define BSD4_3	1
+#define BSD
 #endif /* BSD */
 
 /* SYSTEM_TYPE should indicate the kind of system you are using.
@@ -127,6 +127,3 @@
    is named _avenrun.  */
 
 #define LDAV_SYMBOL "_avenrun"
-
-/* The return type of a signal handling function.  */
-#define SIGTYPE int