From 18ae7423698a7f3b85b17008b7175afc6a9aa750 Mon Sep 17 00:00:00 2001 From: azav Date: Sat, 13 Nov 2010 19:26:55 +0000 Subject: 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 --- symbian/setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'symbian') 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 -- cgit v1.2.3