summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-13 19:26:55 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-13 19:26:55 +0000
commit18ae7423698a7f3b85b17008b7175afc6a9aa750 (patch)
tree0f43df8dfd33165a5628a6d4db1768386da376b5 /symbian
parent5e8efdd610581652af927e6ee9ce7920f4ae4500 (diff)
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
Diffstat (limited to 'symbian')
-rw-r--r--symbian/setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/symbian/setup b/symbian/setup
index 54f5c30ca6..74ff21c16a 100644
--- a/symbian/setup
+++ b/symbian/setup
@@ -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