Regenerate files built from other files.
[ircu2.10.12-pk.git] / config.h.in
index aca336e251e15a84eb8fbfbb097e00512b3268d0..cde665289079bb91c8168819fbb8cec58d1469f7 100644 (file)
 /* The size of a `int', as computed by sizeof. */
 #undef SIZEOF_INT
 
+/* The size of a `int64_t', as computed by sizeof. */
+#undef SIZEOF_INT64_T
+
 /* The size of a `long', as computed by sizeof. */
 #undef SIZEOF_LONG
 
+/* The size of a `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
 /* The size of a `short', as computed by sizeof. */
 #undef SIZEOF_SHORT
 
 /* Define to `long' if <sys/types.h> does not define. */
 #undef int32_t
 
+/* Define to `long long' if <sys/types.h> does not define. */
+#undef int64_t
+
 /* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
 
 
 /* Define to `unsigned long' if <sys/types.h> does not define. */
 #undef uint32_t
+
+/* Define to `unsigned long long' if <sys/types.h> does not define. */
+#undef uint64_t