summaryrefslogtreecommitdiff
path: root/bcc32/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'bcc32/Makefile.sub')
-rw-r--r--bcc32/Makefile.sub18
1 files changed, 17 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index fd6993e08f..b48691e543 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -282,9 +282,25 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/bcc32/Makefile.sub
\#define rb_uid_t uid_t
\#define rb_gid_t gid_t
\#define rb_pid_t int
-\#define uint32_t unsigned int
\#define HAVE_STRUCT_STAT_ST_RDEV 1
\#define HAVE_ST_RDEV 1
+\#define int8_t signed char
+\#define HAVE_UINT8_T 1
+\#define uint8_t unsigned char
+\#define HAVE_INT16_T 1
+\#define int16_t short
+\#define HAVE_UINT16_T 1
+\#define uint16_t unsigned short
+\#define HAVE_INT32_T 1
+\#define int32_t int
+\#define HAVE_UINT32_T 1
+\#define uint32_t unsigned int
+\#define HAVE_INT64_T HAVE_LONG_LONG
+\#define int64_t __int64
+\#define HAVE_UINT64_T HAVE_LONG_LONG
+\#define uint64_t unsigned __int64
+\#define HAVE_INTPTR_T 1
+\#define HAVE_UINTPTR_T 1
\#define GETGROUPS_T int
\#define RETSIGTYPE void
\#define HAVE_ALLOCA 1