diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-16 05:44:22 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-16 05:44:22 +0000 |
| commit | e26b1f8ff90eceae3c41a6700b2cf2a83e4b739f (patch) | |
| tree | 1dba955982b1a4e1e07b519b8c5a3251cd0b45eb /bcc32/Makefile.sub | |
| parent | 1cfc9730191f147b32b94060c8459c1e7287c0e6 (diff) | |
| download | ruby-e26b1f8ff90eceae3c41a6700b2cf2a83e4b739f.tar.gz ruby-e26b1f8ff90eceae3c41a6700b2cf2a83e4b739f.tar.xz ruby-e26b1f8ff90eceae3c41a6700b2cf2a83e4b739f.zip | |
* bcc32/Makefile.sub: undefine HAVE_GETGROUPS.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/Makefile.sub')
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index dda52b9d7..c95f884f1 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -239,7 +239,7 @@ config.h: /* \#define HAVE_UTIMES 1 */ /* \#define HAVE_FCNTL 1 */ /* \#define HAVE_SETITIMER 1 */ -\#define HAVE_GETGROUPS 1 +/* \#define HAVE_GETGROUPS 1 */ /* \#define HAVE_SIGPROCMASK 1 */ \#define HAVE_GETLOGIN 1 \#define HAVE_TELLDIR 1 |
