From d8b0c45812890670943becd45383f75d57056e52 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 31 Mar 2014 22:46:58 +0200 Subject: new version lots of things changed, but cleanup todo. changelog and consistent stream of small updates will come in the future. Signed-off-by: Hiltjo Posthuma --- compat.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 compat.h (limited to 'compat.h') diff --git a/compat.h b/compat.h deleted file mode 100644 index c17c8fb..0000000 --- a/compat.h +++ /dev/null @@ -1,17 +0,0 @@ -#if 1 -#include -#include -#define xstrcasecmp strcasecmp -#define xstrncasecmp strncasecmp -#else -int xstrcasecmp(const char *s1, const char *s2); -int xstrncasecmp(const char *s1, const char *s2, size_t len); -#endif - -/* non-ansi */ -void * xstrdup(const char *s); - -/* for mingw */ -#include -#include -int xmkdir(const char *path, mode_t mode); -- cgit v1.2.3