summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-15 18:11:24 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-15 18:11:24 +0000
commit7b190504bdf285383c0987485896525d09057470 (patch)
tree3ec44408c0caf6a35fc908c7b6a6e08021a49721 /libiberty/config.in
parente9fb7b395e10a11f9f7cd40ef76d205ac36df823 (diff)
downloadgcc-7b190504bdf285383c0987485896525d09057470.tar.gz
* config.in (HAVE_UINTPTR_T): Provide autoconf stub.
* configure.in (HAVE_UINTPTR_T): Test for system defining uintptr_t and define HAVE_UINTPTR_T appropriately. * regex.c (uintptr_t): Do not provide a definition if the system provided one. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47068 138bc75d-0d04-0410-961f-82ee72b054a4
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 fa23f18c209..67042c0f431 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -30,6 +30,9 @@
/* Define vfork as fork if vfork does not work. */
#undef vfork
+/* Define if the system defines a uintptr_t type. */
+#undef HAVE_UINTPTR_T
+
/* Define if you have the asprintf function. */
#undef HAVE_ASPRINTF