19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
--- popper.h.orig Fri Sep 12 13:22:30 1997
|
|
+++ popper.h Fri May 1 12:06:41 1998
|
|
@@ -32,9 +32,12 @@
|
|
#ifdef HAVE_SYS_PARAM_H
|
|
#include <sys/param.h>
|
|
# if (defined(BSD) && (BSD >= 199103))
|
|
-# define HAVE_UNISTD_H
|
|
-# define HAVE_VPRINTF
|
|
-# define BIND43
|
|
+# define HAVE_UNISTD_H 1
|
|
+# define HAVE_VPRINTF 1
|
|
+# define BIND43 1
|
|
+# endif
|
|
+# if defined( BSD4_4 )
|
|
+# define BSD44_DBM
|
|
# endif
|
|
#endif
|
|
|