Added #undef HAVE_UINTPTR_T for autoconf's delight.

This commit is contained in:
Barry Warsaw 2000-08-18 04:50:27 +00:00
parent 5eae2c160f
commit e736177d5b
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@
/* Define this if you have the type long long */
#undef HAVE_LONG_LONG
/* Define this if you have the type uintptr_t */
#undef HAVE_UINTPTR_T
/* Define if your compiler supports function prototypes */
#undef HAVE_PROTOTYPES