aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-12-10 22:04:41 +0000
committerDJ Delorie <dj@redhat.com>2004-12-10 22:04:41 +0000
commit40a59a4c4605b06ba043814f54b06f5dbf95c677 (patch)
tree2214d6053d76dfa14ca0d9181e5e5ba9c5fa0eb1 /libiberty/config.in
parentc51015756801ddc31073da83c88281fe5b9aef0e (diff)
downloadgdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.zip
gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.tar.gz
gdb-40a59a4c4605b06ba043814f54b06f5dbf95c677.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 3cce9aa..2b57d29 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