diff options
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 3cce9aa1979..2b57d29f39e 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -341,6 +341,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT + /* 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 |