From c25084921670dfe33a0871ee7b94c102fea0ea3a Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 14 May 1998 04:10:39 +0000 Subject: prototypes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- config.dj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.dj') diff --git a/config.dj b/config.dj index 8ad3883380..896b00fdda 100644 --- a/config.dj +++ b/config.dj @@ -1,4 +1,10 @@ #define THREAD 1 +#define SIZEOF_INT 4 +#define SIZEOF_LONG 4 +#define SIZEOF_VOIDP 4 +#define HAVE_PROTOTYPES 1 +#define HAVE_STDARG_PROTOTYPES 1 +#define HAVE_ATTR_NORETURN 1 #define HAVE_DIRENT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIMITS_H 1 -- cgit v1.2.3