summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-18 10:59:07 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-18 10:59:07 +0000
commit1fd27d74afe877424122f510c6e1b81264992883 (patch)
treec89d84df498a0dc2a36f4bac71b3a6b21a93e26c /config.h.in
parent08a17f31d48319acf4be0e0d929456eb3c88a936 (diff)
libtool: in_port_t and sa_family_t
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 246c8e9..796e82f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -108,3 +108,9 @@
/* Version number of package */
#undef VERSION
+
+/* in_port_t */
+#undef in_port_t
+
+/* sa_family_t */
+#undef sa_family_t