Avoid using deprecated form of AC_CHECK_TYPE.
[sfrench/samba-autobuild/.git] / lib / replace / replace.h
index c5b8676acfa6e8baadc9ca9e87547cfba7577e6c..fe1f732acb275434ffdbab15ae48d768ecda15f5 100644 (file)
@@ -535,6 +535,18 @@ typedef int bool;
 #endif
 #endif
 
+#if !defined(HAVE_INTPTR_T)
+typedef long long intptr_t ;
+#endif
+
+#if !defined(HAVE_UINTPTR_T)
+typedef unsigned long long uintptr_t ;
+#endif
+
+#if !defined(HAVE_PTRDIFF_T)
+typedef unsigned long long ptrdiff_t ;
+#endif
+
 /*
  * to prevent <rpcsvc/yp_prot.h> from doing a redefine of 'bool'
  *