mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bcc32/Makefile.sub: undefine HAVE_GETGROUPS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4b0115beb5
commit
5fb3efb267
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Jun 16 14:43:14 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* bcc32/Makefile.sub: undefine HAVE_GETGROUPS.
|
||||||
|
|
||||||
Sat Jun 14 16:58:41 2003 Guy Decoux <ts@moulon.inra.fr>
|
Sat Jun 14 16:58:41 2003 Guy Decoux <ts@moulon.inra.fr>
|
||||||
|
|
||||||
* regex.c (calculate_must_string): should handle option_set
|
* regex.c (calculate_must_string): should handle option_set
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,7 @@ config.h:
|
||||||
/* \#define HAVE_UTIMES 1 */
|
/* \#define HAVE_UTIMES 1 */
|
||||||
/* \#define HAVE_FCNTL 1 */
|
/* \#define HAVE_FCNTL 1 */
|
||||||
/* \#define HAVE_SETITIMER 1 */
|
/* \#define HAVE_SETITIMER 1 */
|
||||||
\#define HAVE_GETGROUPS 1
|
/* \#define HAVE_GETGROUPS 1 */
|
||||||
/* \#define HAVE_SIGPROCMASK 1 */
|
/* \#define HAVE_SIGPROCMASK 1 */
|
||||||
\#define HAVE_GETLOGIN 1
|
\#define HAVE_GETLOGIN 1
|
||||||
\#define HAVE_TELLDIR 1
|
\#define HAVE_TELLDIR 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue