aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2001-11-15 18:11:24 +0000
committerJeff Law <law@gcc.gnu.org>2001-11-15 11:11:24 -0700
commitd3982b7128d0de2c67d939231eebedd4b35fb536 (patch)
tree3ec44408c0caf6a35fc908c7b6a6e08021a49721 /libiberty/config.in
parent7ddfb6510be7c234613740311fa1d2b5974d02dc (diff)
downloadgcc-d3982b7128d0de2c67d939231eebedd4b35fb536.zip
gcc-d3982b7128d0de2c67d939231eebedd4b35fb536.tar.gz
gcc-d3982b7128d0de2c67d939231eebedd4b35fb536.tar.bz2
config.in (HAVE_UINTPTR_T): Provide autoconf stub.
* 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. From-SVN: r47068
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 fa23f18..67042c0 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