summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-13 01:54:07 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-13 01:54:07 +0000
commitd94d977cd1177dac245b22085a3188e5148e1ea3 (patch)
tree87c3a1f61fcefa19c6a902a99c14d711e7798c29 /libiberty/config.in
parent7a8d80c6832ce2b822f4530ef0c5767a43aad3e5 (diff)
downloadgcc-d94d977cd1177dac245b22085a3188e5148e1ea3.tar.gz
* acconfig.h: New file. Add uintptr_t.
* config.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index e06bbce857d..43adcfd8ab5 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader 2.13. */
+/* config.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
@@ -15,6 +15,9 @@
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
+/* Define if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
@@ -30,6 +33,9 @@
/* Define vfork as fork if vfork does not work. */
#undef vfork
+/* Define to `unsigned long' if <sys/types.h> doesn't define. */
+#undef uintptr_t
+
/* Define if you have the _doprnt function. */
#undef HAVE__DOPRNT