From b70faaadfe88aeb38b12a03ad573a31b32c64867 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 21 Jan 2009 14:50:41 +0000 Subject: [PATCH] ebl mingw provides uinptr_t git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8393 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/compat/mingwconfig.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5