Skip to content

Commit

Permalink
* symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and…
Browse files Browse the repository at this point in the history
… RUBY_LIB_VERSION_STYLE defined.

	* symbian/setup (ruby.mmp): SOURCE node.c added.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
azav committed Feb 20, 2010
1 parent 0c25885 commit b3611d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions symbian/setup
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ define config_h
@echo>>$(1) #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
@echo>>$(1) #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
@echo>>$(1) #define HAVE_STRUCT_TIMESPEC 1
@echo>>$(1) #define HAVE_STRUCT_TIMEZONE 1
@echo>>$(1) #define HAVE_RB_FD_INIT 1
@echo>>$(1) #define GETGROUPS_T gid_t
@echo>>$(1) #define RETSIGTYPE void
Expand Down Expand Up @@ -143,6 +144,7 @@ define config_h
@echo>>$(1) #define HAVE_SETGID 1
@echo>>$(1) #define HAVE_SETENV 1
@echo>>$(1) #define HAVE_UNSETENV 1
@echo>>$(1) #define VOID_UNSETENV 1
@echo>>$(1) #define HAVE_MKTIME 1
@echo>>$(1) #define HAVE_CLOCK_GETTIME 1
@echo>>$(1) #define HAVE_GETTIMEOFDAY 1
Expand Down Expand Up @@ -170,6 +172,7 @@ define config_h
@echo>>$(1) #define DLEXT ".dll"
@echo>>$(1) #define EXECUTABLE_EXTS ".exe",".com",".cmd",".bat"
@echo>>$(1) #define DLN_NEEDS_ALT_SEPARATOR 1
@echo>>$(1) #define RUBY_LIB_VERSION_STYLE 3
@echo>>$(1) #define RUBY_LIB_PREFIX "C:/Data/Ruby/lib"
@echo>>$(1) #define RUBY_SITE_LIB "E:/Data/Ruby/lib"
@echo>>$(1) #define RUBY_VENDOR_LIB "C:/Data/Ruby/lib"
Expand Down Expand Up @@ -253,6 +256,7 @@ define ruby_mmp
@echo>>$(1) SOURCE main.c
@echo>>$(1) SOURCE marshal.c
@echo>>$(1) SOURCE math.c
@echo>>$(1) SOURCE node.c
@echo>>$(1) SOURCE numeric.c
@echo>>$(1) SOURCE object.c
@echo>>$(1) SOURCE pack.c
Expand Down

0 comments on commit b3611d2

Please sign in to comment.