summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-06-02 07:52:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:48 -0500
commitb17ee8feb75123a2334510db4015b355565013eb (patch)
treec89aac50ec598518b8c7bd370143fdec389bafa6 /source4/lib
parent72ce1f31e9ed32edbdf875efc600aa22c3891664 (diff)
downloadsamba-b17ee8feb75123a2334510db4015b355565013eb.tar.gz
samba-b17ee8feb75123a2334510db4015b355565013eb.tar.bz2
samba-b17ee8feb75123a2334510db4015b355565013eb.zip
r16001: we don't use u_intX_t any more
metze (This used to be commit e0e4f86b30185e01975eff91c2ce7ab7ca5353c1)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/README6
-rw-r--r--source4/lib/replace/config.m43
2 files changed, 2 insertions, 7 deletions
diff --git a/source4/lib/replace/README b/source4/lib/replace/README
index c0c2cdd91d..0101b80913 100644
--- a/source4/lib/replace/README
+++ b/source4/lib/replace/README
@@ -55,16 +55,14 @@ inet_ntoa
Types:
bool
socklen_t
-u_int{8,16,32}_t
uint_t
uint{8,16,32,64}_t
int{8,16,32,64}_t
Constants:
PATH_NAME_MAX
-UINT16_MAX
-UINT32_MAX
-UINT64_MAX
+UINT{16,32,64}_MAX
+INT32_MAX
Macros:
va_copy
diff --git a/source4/lib/replace/config.m4 b/source4/lib/replace/config.m4
index b925dd52ea..fb9814004e 100644
--- a/source4/lib/replace/config.m4
+++ b/source4/lib/replace/config.m4
@@ -8,9 +8,6 @@ AC_CHECK_TYPE(int32_t, long)
AC_CHECK_TYPE(uint32_t, unsigned long)
AC_CHECK_TYPE(int64_t, long long)
AC_CHECK_TYPE(uint64_t, unsigned long long)
-AC_CHECK_TYPE(u_int32_t, unsigned long)
-AC_CHECK_TYPE(u_int16_t, unsigned short)
-AC_CHECK_TYPE(u_int8_t, unsigned char)
AC_CHECK_TYPE(ssize_t, int)
AC_CHECK_TYPE(comparison_fn_t,
[AC_DEFINE(HAVE_COMPARISON_FN_T, 1,[Whether or not we have comparison_fn_t])])