summaryrefslogtreecommitdiff
path: root/COMPILING
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:34 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:34 +0000
commit53d3d2632a8a2e9baf59e42ff1be4f2498f193cd (patch)
tree8d5d7d0119f83b637fa83040eb7ae7bb900d1a8d /COMPILING
parenta5bae0dfd432bc4efb1eab066af00cdb5f9ef6b7 (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 'COMPILING')
-rw-r--r--COMPILING3
1 files changed, 2 insertions, 1 deletions
diff --git a/COMPILING b/COMPILING
index e86b8c355..ec02c3cd6 100644
--- a/COMPILING
+++ b/COMPILING
@@ -61,7 +61,8 @@ HP-UX
1) snprintf exists but is not prototyped, ignore spurios warnings
2) No socklen_t
3) Requires -D_XOPEN_SOURCE_EXTENDED for h_errno
- Items 2 and 3 have to be fixed by hand. Insert this into
+ configure attempts to detect items 2 and 3, and tries to fix them. If
+ not, you can add the following into(patches welcome to configure.in)
build/include/netdb.h:
#define _XOPEN_SOURCE_EXTENDED