Skip to content

Commit

Permalink
Added HAVE_LABS and HAVE_LLABS to config.h
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
azav committed Nov 13, 2010
1 parent 5e8efdd commit 18ae742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symbian/setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18ae742

Please sign in to comment.