Lines 1-6
Link Here
|
1 |
--- src/include/os_bsd.h.orig Sat Apr 24 18:09:46 1993 |
1 |
--- src/include/os_bsd.h.orig 1993-04-24 23:09:46.000000000 +0000 |
2 |
+++ src/include/os_bsd.h Mon Nov 12 03:14:36 2007 |
2 |
+++ src/include/os_bsd.h 2010-02-09 16:25:54.000000000 +0000 |
3 |
@@ -8,18 +8,35 @@ |
3 |
@@ -8,18 +8,34 @@ |
4 |
|
4 |
|
5 |
#include "os_unix.h" |
5 |
#include "os_unix.h" |
6 |
|
6 |
|
Lines 8-14
Link Here
|
8 |
+#define HAS_STDLIB /* #include <stdlib.h> for libc defs */ |
8 |
+#define HAS_STDLIB /* #include <stdlib.h> for libc defs */ |
9 |
+#define HAS_SYSVDIRS /* <sys/dirent.h> */ |
9 |
+#define HAS_SYSVDIRS /* <sys/dirent.h> */ |
10 |
+#define HAS_INTWAITSTATUS /* wait(2) takes an int *, not a union */ |
10 |
+#define HAS_INTWAITSTATUS /* wait(2) takes an int *, not a union */ |
11 |
+#define HAS_STRINGS /* use <strings.h> instead of <string.h> */ |
|
|
12 |
+#define HAS_STRCHR /* strchr(3) instead of index(3) */ |
11 |
+#define HAS_STRCHR /* strchr(3) instead of index(3) */ |
13 |
+#define HAS_ATRIGH /* acosh(3), asinh(3), atanh(3) */ |
12 |
+#define HAS_ATRIGH /* acosh(3), asinh(3), atanh(3) */ |
14 |
+#define HAS_FLOAT_H /* float.h */ |
13 |
+#define HAS_FLOAT_H /* float.h */ |