projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4923d22
)
(SIZEOF_INT): New macro.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 1 Apr 2013 05:47:46 +0000
(14:47 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 1 Apr 2013 05:47:46 +0000
(14:47 +0900)
(SIZEOF_LONG): New macro.
(SIZEOF_LONG_LONG): New macro.
(SIZEOF_VOID_P): New macro.
(BITS_PER_CHAR): New macro.
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index
7ccebe0
..
353b7a9
100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-47,3
+47,12
@@
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
#undef inline
+
+#undef SIZEOF_INT
+#undef SIZEOF_LONG
+#undef SIZEOF_LONG_LONG
+#undef SIZEOF_VOID_P
+
+#ifndef BITS_PER_CHAR
+#define BITS_PER_CHAR 8
+#endif