mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3d8db4eb8
commit
adbf3c17f9
2 changed files with 0 additions and 8 deletions
|
@ -8,10 +8,6 @@ Sun Sep 3 04:40:42 2006 Tanaka Akira <akr@fsij.org>
|
|||
|
||||
* ext/socket/socket.c: include arpa/inet.h if available.
|
||||
|
||||
Sun Sep 3 04:03:06 2006 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.
|
||||
|
||||
Sun Sep 3 02:34:55 2006 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
* lib/drb/unix.rb (DRbUNIXSocket#close): don't get path if client mode.
|
||||
|
|
|
@ -28,10 +28,6 @@
|
|||
# endif
|
||||
# include <curses_colr/curses.h>
|
||||
#else
|
||||
# if defined(__hpux) && !defined(_XOPEN_SOURCE_EXTENDED)
|
||||
/* HP-UX needs _XOPEN_SOURCE_EXTENDED to use getmaxy, etc. */
|
||||
# define _XOPEN_SOURCE_EXTENDED
|
||||
# endif
|
||||
# include <curses.h>
|
||||
# if defined(__bsdi__) || defined(__NetBSD__) || defined(__APPLE__)
|
||||
# if !defined(_maxx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue