Lines 1-6
Link Here
|
1 |
--- configs/freebsd.h.orig Tue Jul 7 00:31:14 1998 |
1 |
--- configs/freebsd.h.orig Tue Jul 7 00:31:14 1998 |
2 |
+++ configs/freebsd.h Wed Aug 2 02:53:06 2000 |
2 |
+++ configs/freebsd.h Fri Aug 23 02:40:05 2002 |
3 |
@@ -7,9 +7,11 @@ |
3 |
@@ -7,6 +7,8 @@ |
4 |
|
4 |
|
5 |
#define HAVE_SETENV /* My machine has setenv() */ |
5 |
#define HAVE_SETENV /* My machine has setenv() */ |
6 |
|
6 |
|
Lines 9-15
Link Here
|
9 |
#define HAVE_BSD_OPENPTY /* BSD type openpty() */ |
9 |
#define HAVE_BSD_OPENPTY /* BSD type openpty() */ |
10 |
/*#include <libutil.h> /* for openpty() */ |
10 |
/*#include <libutil.h> /* for openpty() */ |
11 |
|
11 |
|
12 |
#if makefile_parameter |
|
|
13 |
-SYSLIBS=-lutil |
14 |
+SYSLIBS=-lutil -lxpg4 |
15 |
#endif |