Missed from last patch
* config.in: Regenerate.
From-SVN: r229991
* configure.ac: Check size of size_t.
* configure: Regenerate.
+ * config.in: Regenerate.
2015-11-09 Alan Modra <amodra@gmail.com>
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
+/* The size of `size_t', as computed by sizeof. */
+#undef SIZEOF_SIZE_T
+
/* Define if you know the direction of stack growth for your system; otherwise
it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses