ruby--ruby/ext/socket
akr 28028fc2b9 * ext/socket/mkconstants.rb: generate a header file for generated
functions.

* ext/socket/rubysocket.h: include constdefs.h.  don't declare
  generated functions.

* ext/socket/constants.c: include constdefs.c instead of constants.h.

* ext/socket/depend: dependency updated.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-01-17 10:19:03 +00:00
..
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
addrinfo.h * ext/socket/addrinfo.h (AI_NUMERICSERV): defined. 2009-01-13 13:57:53 +00:00
basicsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
constants.c * ext/socket/mkconstants.rb: generate a header file for generated 2009-01-17 10:19:03 +00:00
depend * ext/socket/mkconstants.rb: generate a header file for generated 2009-01-17 10:19:03 +00:00
extconf.rb * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
getaddrinfo.c * ext/socket/extconf.rb (gai_strerror): checks if available and if 2009-01-14 04:09:05 +00:00
getnameinfo.c * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.h 2009-01-13 03:11:17 +00:00
init.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
ipsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: generate a header file for generated 2009-01-17 10:19:03 +00:00
raddrinfo.c * ext/socket/raddrinfo.c (make_inspectname): add a res argument to 2009-01-17 06:03:42 +00:00
rubysocket.h * ext/socket/mkconstants.rb: generate a header file for generated 2009-01-17 10:19:03 +00:00
socket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
sockport.h * ext/socket/extconf.rb: use headers instead of "netdb.h" in checking 2009-01-12 17:59:45 +00:00
sockssocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
tcpserver.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
tcpsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
udpsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
unixserver.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
unixsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00