Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2001-09-10 18:26:02 +0400
committerPaolo Molaro <lupus@oddwiz.org>2001-09-10 18:26:02 +0400
commitfd9ebd8238ed391edfc3600d699567d0cda8e755 (patch)
tree80032b4386b85c9ba864fdf78a6515bafc1d4095 /config.h.in
parente3cc1a6593853eaffb2069dc64cdb81b5212132b (diff)
Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
* configure.in: check for sizeof(void*) and for the architecture. Mon Sep 10 17:26:06 CEST 2001 Paolo Molaro <lupus@ximian.com> * Makefile.am, x86/Makefile.am: conditional compile logic to make porting to different targets easier. Mon Sep 10 17:24:45 CEST 2001 Paolo Molaro <lupus@ximian.com> * Makefile.am: make it work for make distcheck. Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com> * endian.h, assembly.c: fix some endianness issues. Mon Sep 10 20:20:36 CEST 2001 Paolo Molaro <lupus@ximian.com> * interp.c: endian fixes, comments. svn path=/trunk/mono/; revision=783
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 906b29ad55b..b3f3a8d60c1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,6 +3,9 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* The number of bytes in a void *. */
+#undef SIZEOF_VOID_P
+
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H