From 2276b2f9044a7a53d9058145ac9d35261524cf0a Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 25 Feb 2009 16:35:05 +0000 Subject: * ext/socket/mkconstants.rb: more MSG_* constants. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/mkconstants.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/socket/mkconstants.rb') diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index 1443ca5c1e..b43e95f001 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -417,6 +417,14 @@ MSG_SEND MSG_HAVEMORE MSG_RCVMORE MSG_COMPAT +MSG_PROXY +MSG_FIN +MSG_SYN +MSG_CONFIRM +MSG_RST +MSG_ERRQUEUE +MSG_NOSIGNAL +MSG_MORE SOL_SOCKET SOL_IP -- cgit v1.2.3