git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c132ad0
)
added sizeof #defines
author
kramm
<kramm>
Sun, 21 Jan 2007 22:27:02 +0000
(22:27 +0000)
committer
kramm
<kramm>
Sun, 21 Jan 2007 22:27:02 +0000
(22:27 +0000)
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index
1d44592
..
e8a0408
100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-13,6
+13,13
@@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
+#undef SIZEOF_SIGNED
+#undef SIZEOF_UNSIGNED
+#undef SIZEOF_SIGNED_LONG
+#undef SIZEOF_UNSIGNED_LONG
+#undef SIZEOF_SIGNED_LONG_LONG
+#undef SIZEOF_UNSIGNED_LONG_LONG
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS