summaryrefslogtreecommitdiff
path: root/editors/mule-common/files/patch-ac
blob: 4b0f8afd8bfe0e134f60afce8ea0769e6b61eb4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- ./src/s/freebsd.h.org	Fri Nov  4 03:11:17 1994
+++ ./src/s/freebsd.h	Wed Aug  9 02:29:56 1995
@@ -31,10 +31,10 @@
 
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
 
-#define LIBS_DEBUG
+#define LIBS_DEBUG -lcrypt
 #define LIBS_SYSTEM -lutil
 #define LIBS_TERMCAP -ltermcap
-#define LIB_GCC -lgcc
+#define LIB_GCC /usr/lib/libgcc.a
 
 /* Reread the time zone on startup. */
 #define LOCALTIME_CACHE
@@ -81,6 +81,8 @@
 #define BSD 199103
 #elif __FreeBSD__ == 2
 #define BSD 199306
+#elif __FreeBSD__ == 3
+#define BSD 199506
 #endif
 
 #define WAITTYPE int