[前][次][番号順一覧][スレッド一覧]

ruby-changes:27211

From: akr <ko1@a...>
Date: Sat, 16 Feb 2013 09:12:37 +0900 (JST)
Subject: [ruby-changes:27211] akr:r39263 (trunk): * configure.in, ext/socket/extconf.rb: test netinet/in_systm.h in

akr	2013-02-16 08:46:44 +0900 (Sat, 16 Feb 2013)

  New Revision: 39263

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39263

  Log:
    * 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]

  Modified files:
    trunk/ChangeLog
    trunk/configure.in
    trunk/ext/socket/extconf.rb

Index: configure.in
===================================================================
--- configure.in	(revision 39262)
+++ configure.in	(revision 39263)
@@ -946,7 +946,7 @@ AC_HEADER_SYS_WAIT https://github.com/ruby/ruby/blob/trunk/configure.in#L946
 AC_CHECK_HEADERS(limits.h sys/file.h sys/ioctl.h sys/syscall.h\
 		 fcntl.h sys/fcntl.h sys/select.h sys/time.h sys/times.h sys/param.h\
 		 syscall.h pwd.h grp.h a.out.h utime.h direct.h sys/resource.h \
-		 sys/mkdev.h sys/utime.h netinet/in_systm.h float.h ieeefp.h \
+		 sys/mkdev.h sys/utime.h float.h ieeefp.h \
 		 ucontext.h intrinsics.h langinfo.h locale.h sys/sendfile.h time.h \
 		 net/socket.h sys/socket.h process.h sys/prctl.h)
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39262)
+++ ChangeLog	(revision 39263)
@@ -1,3 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb 16 08:42:58 2013  Tanaka Akira  <akr@f...>
+
+	* 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]
+
 Sat Feb 16 07:55:40 2013  Tanaka Akira  <akr@f...>
 
 	* configure.in: don't test xti.h here.
Index: ext/socket/extconf.rb
===================================================================
--- ext/socket/extconf.rb	(revision 39262)
+++ ext/socket/extconf.rb	(revision 39263)
@@ -31,6 +31,7 @@ end https://github.com/ruby/ruby/blob/trunk/ext/socket/extconf.rb#L31
 %w[
   sys/feature_tests.h
   xti.h
+  netinet/in_systm.h
   arpa/inet.h
   netinet/tcp.h
   netinet/udp.h

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]