mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added HAVE_LABS and HAVE_LLABS to config.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5e8efdd610
commit
18ae742369
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ define config_h
|
|||
@echo>>$(1) #define _THREAD_SAFE 1
|
||||
@echo>>$(1) #define HAVE_LIBPTHREAD 1
|
||||
@echo>>$(1) #define HAVE_NANOSLEEP 1
|
||||
@echo>>$(1) #define HAVE_LABS 1
|
||||
@echo>>$(1) #define HAVE_LLABS 1
|
||||
@echo>>$(1) #define USE_ELF 1
|
||||
@echo>>$(1) #define MANGLED_PATH 1
|
||||
@echo>>$(1) #define DLEXT_MAXLEN 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue