From: Eric Bollengier Date: Wed, 21 Jan 2009 14:50:41 +0000 (+0000) Subject: ebl mingw provides uinptr_t X-Git-Tag: Release-3.0.0~284 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b70faaadfe88aeb38b12a03ad573a31b32c64867;p=bacula%2Fbacula ebl mingw provides uinptr_t git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8393 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/compat/mingwconfig.h b/bacula/src/win32/compat/mingwconfig.h index 07ba69f6c8..4ff9d994de 100644 --- a/bacula/src/win32/compat/mingwconfig.h +++ b/bacula/src/win32/compat/mingwconfig.h @@ -36,6 +36,8 @@ #define HAVE_UINT64_T 1 #define HAVE_INTMAX_T 1 /* #undef HAVE_U_INTMAX_T */ +#define HAVE_UINTPTR_T 1 +#define HAVE_INTPTR_T 1 /* Define if you want TCP Wrappers support */ /* #undef HAVE_LIBWRAP */