1997-09-10 08:51:26 +00:00
|
|
|
--- ../mule-2.3.org/src/s/freebsd.h.org Fri Nov 4 03:11:17 1994
|
1998-05-02 21:07:10 +00:00
|
|
|
+++ ./src/s/freebsd.h Mon Feb 16 17:29:31 1998
|
1995-08-09 10:07:44 +00:00
|
|
|
@@ -31,10 +31,10 @@
|
1995-01-03 14:17:05 +00:00
|
|
|
|
|
|
|
#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
|
1995-08-09 10:07:44 +00:00
|
|
|
-#define LIB_GCC -lgcc
|
|
|
|
+#define LIB_GCC /usr/lib/libgcc.a
|
|
|
|
|
|
|
|
/* Reread the time zone on startup. */
|
|
|
|
#define LOCALTIME_CACHE
|
1998-05-02 21:07:10 +00:00
|
|
|
@@ -81,6 +81,9 @@
|
1997-04-09 07:24:35 +00:00
|
|
|
#define BSD 199103
|
|
|
|
#elif __FreeBSD__ == 2
|
|
|
|
#define BSD 199306
|
|
|
|
+#elif __FreeBSD__ == 3
|
|
|
|
+#define BSD 199506
|
1998-05-02 21:07:10 +00:00
|
|
|
+#define FREEBSD_NEW_LDSO
|
1997-04-09 07:24:35 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#define WAITTYPE int
|