summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-10-11 23:39:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-10-11 23:39:43 +0000
commitb0426caeb9ef91efb9a623216d4fcb028feebafb (patch)
tree8400904cbcf90e9af24d9f00ff4aa4b00a41e263 /config.h.in
parentcd4296125d8a597fa89533100061820446ba497d (diff)
downloadlibxml2-b0426caeb9ef91efb9a623216d4fcb028feebafb.tar.gz
patch for socklen_t detection by Albert Chin-A-Young <china@thewrittenword.com>
Daniel
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 01bb4756..5a956408 100644
--- a/config.h.in
+++ b/config.h.in
@@ -153,3 +153,5 @@
/* Define if compiler has function prototypes */
#undef PROTOTYPES
+/* Type of socket length (socklen_t) */
+#undef SOCKLEN_T