diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-04 01:17:59 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-04 01:17:59 +0000 |
commit | eaa02c7e0d5f69bf97fe8926e2663b66971299c1 (patch) | |
tree | ecd3bee2884f11424aa61381741850a2c228068c /source4/configure.in | |
parent | 2bd7a626a6b15ad6d0f49f581350841ef87fb523 (diff) | |
download | samba-eaa02c7e0d5f69bf97fe8926e2663b66971299c1.tar.gz samba-eaa02c7e0d5f69bf97fe8926e2663b66971299c1.tar.xz samba-eaa02c7e0d5f69bf97fe8926e2663b66971299c1.zip |
some OSes already have a uint_t
(This used to be commit d7b6aa1e2ec1dc475e1bd5dce1c537720bc65eac)
Diffstat (limited to 'source4/configure.in')
-rw-r--r-- | source4/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/configure.in b/source4/configure.in index 3f7bfca868..3430d1dc0a 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -518,6 +518,7 @@ AC_CHECK_TYPE(loff_t,off_t) AC_CHECK_TYPE(offset_t,loff_t) AC_CHECK_TYPE(ssize_t, int) AC_CHECK_TYPE(wchar_t, unsigned short) +AC_CHECK_TYPE(uint_t, unsigned int) ############################################ # we need dlopen/dlclose/dlsym/dlerror for PAM, the password database plugins and the plugin loading code |