diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 10:59:07 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 10:59:07 +0000 |
commit | 1fd27d74afe877424122f510c6e1b81264992883 (patch) | |
tree | c89d84df498a0dc2a36f4bac71b3a6b21a93e26c /config.h.in | |
parent | 08a17f31d48319acf4be0e0d929456eb3c88a936 (diff) |
libtool: in_port_t and sa_family_t
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
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 |