1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

some OSes already have a uint_t

This commit is contained in:
Andrew Tridgell -
parent ad52fd9baf
commit d7b6aa1e2e
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -226,13 +226,6 @@ enum socket_error {SOCKET_READ_TIMEOUT,
#include "doserr.h"
/* this is a trade with jeremy - I agreed to use uint_t instead of
* bare unsigned if he agreed to not use non-braced if statements
* (13/4/2003 - train to gottenginen) */
#ifndef IRIX
typedef unsigned int uint_t;
#endif
/*
* SMB UCS2 (16-bit unicode) internal type.
*/