aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-15 23:46:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-15 23:46:44 +0000
commitd6d0e853206535c76443b0cc03989885c964aa6e (patch)
tree572c4133ec07da8332609a197b46c671ceb9cc6d /ext
parent899ba99b9061850c2f0c40a2bcf76a0c17eae2a9 (diff)
downloadruby-d6d0e853206535c76443b0cc03989885c964aa6e.tar.gz
* configure.in, ext/socket/extconf.rb: test netinet/in_systm.h in
ext/socket/extconf.rb instead of configure.in. Originally, netinet/in_systm.h is included for NextStep, OpenStep, and Rhapsody. [ruby-core:1596] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/socket/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
index 2821c32805..a6d2af5bd5 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -31,6 +31,7 @@ end
%w[
sys/feature_tests.h
xti.h
+ netinet/in_systm.h
arpa/inet.h
netinet/tcp.h
netinet/udp.h