diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:34 +0000 |
commit | 53d3d2632a8a2e9baf59e42ff1be4f2498f193cd (patch) | |
tree | 8d5d7d0119f83b637fa83040eb7ae7bb900d1a8d /buildlib/netdb.h.in | |
parent | a5bae0dfd432bc4efb1eab066af00cdb5f9ef6b7 (diff) |
Made configure smarter about detecting the previous hp-...
Author: doogie
Date: 1999-12-11 06:33:02 GMT
Made configure smarter about detecting the previous hp-ux fixes.
Diffstat (limited to 'buildlib/netdb.h.in')
-rw-r--r-- | buildlib/netdb.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildlib/netdb.h.in b/buildlib/netdb.h.in new file mode 100644 index 000000000..1babd7657 --- /dev/null +++ b/buildlib/netdb.h.in @@ -0,0 +1,5 @@ +/* Fix broken(?) unixen. */ +#ifdef NEED_SOCKLEN_T_DEFINE + #define socklen_t size_t +#endif +#include_next <netdb.h> |