mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub, symbian/setup (config.h): pack.c requires
SIZEOF_INT*_T now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0ff5cae7c
commit
d20440ab6f
5 changed files with 35 additions and 6 deletions
|
@ -75,6 +75,18 @@ define config_h
|
|||
@echo>>$(1) #define HAVE_ST_BLOCKS 1
|
||||
@echo>>$(1) #define HAVE_STRUCT_STAT_ST_RDEV 1
|
||||
@echo>>$(1) #define HAVE_ST_RDEV 1
|
||||
@echo>>$(1) #define HAVE_INT8_T 1
|
||||
@echo>>$(1) #define HAVE_UINT8_T 1
|
||||
@echo>>$(1) #define SIZEOF_INT8_T 1
|
||||
@echo>>$(1) #define HAVE_INT16_T 1
|
||||
@echo>>$(1) #define HAVE_UINT16_T 1
|
||||
@echo>>$(1) #define SIZEOF_INT16_T 2
|
||||
@echo>>$(1) #define HAVE_INT32_T 1
|
||||
@echo>>$(1) #define HAVE_UINT32_T 1
|
||||
@echo>>$(1) #define SIZEOF_INT32_T 4
|
||||
@echo>>$(1) #define HAVE_INT64_T 1
|
||||
@echo>>$(1) #define HAVE_UINT64_T 1
|
||||
@echo>>$(1) #define SIZEOF_INT64_T 8
|
||||
@echo>>$(1) #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
|
||||
@echo>>$(1) #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
|
||||
@echo>>$(1) #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue