X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=libs%2Fshttpd%2Fcompat_unix.h;fp=libs%2Fshttpd%2Fcompat_unix.h;h=0000000000000000000000000000000000000000;hb=dec33c63afafabf83c3039e916725cac6faef9b3;hp=67c935faafe1756d97fedcdf47a217793f5e8ea2;hpb=9b22dd53fe62e312c1647310b7ec43aa127090af;p=fms.git diff --git a/libs/shttpd/compat_unix.h b/libs/shttpd/compat_unix.h deleted file mode 100644 index 67c935f..0000000 --- a/libs/shttpd/compat_unix.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright (c) 2004-2007 Sergey Lyubka - * All rights reserved - * - * "THE BEER-WARE LICENSE" (Revision 42): - * Sergey Lyubka wrote this file. As long as you retain this notice you - * can do whatever you want with this stuff. If we meet some day, and you think - * this stuff is worth it, you can buy me a beer in return. - */ - -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#define SSL_LIB "libssl.so" -#define DIRSEP '/' -#define IS_DIRSEP_CHAR(c) ((c) == '/') -#define O_BINARY 0 -#define closesocket(a) close(a) -#define ERRNO errno -#define NO_GUI - -#define InitializeCriticalSection(x) /* FIXME UNIX version is not MT safe */ -#define EnterCriticalSection(x) -#define LeaveCriticalSection(x)