FS-11911: Fix build on Debian Buster

This commit is contained in:
Andrey Volk
2019-06-19 23:53:35 +04:00
parent 4f50a24a90
commit a7477ed0e2
24 changed files with 36 additions and 50 deletions
-4
View File
@@ -111,10 +111,6 @@ typedef int gid_t;
#include <io.h>
#define strcasecmp(s1, s2) stricmp(s1, s2)
#define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif
#else
/* packed attribute */
#if (defined __SUNPRO_CC) || defined(__SUNPRO_C)