summaryrefslogtreecommitdiff
path: root/xdelta3/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/config.h.in')
-rw-r--r--xdelta3/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/xdelta3/config.h.in b/xdelta3/config.h.in
index 70bb1c2..6607403 100644
--- a/xdelta3/config.h.in
+++ b/xdelta3/config.h.in
@@ -61,6 +61,15 @@
61/* Define to the version of this package. */ 61/* Define to the version of this package. */
62#undef PACKAGE_VERSION 62#undef PACKAGE_VERSION
63 63
64/* The size of `int', as computed by sizeof. */
65#undef SIZEOF_INT
66
67/* The size of `long', as computed by sizeof. */
68#undef SIZEOF_LONG
69
70/* The size of `long long', as computed by sizeof. */
71#undef SIZEOF_LONG_LONG
72
64/* The size of `size_t', as computed by sizeof. */ 73/* The size of `size_t', as computed by sizeof. */
65#undef SIZEOF_SIZE_T 74#undef SIZEOF_SIZE_T
66 75