X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/d8710e24c47bf5d7c3dc3a77127d08e4568dc335..1cf47989a0376c3f7156c214c1d509d372e4262b:/src/OS/os.h-SunOS5 diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index f51b009ef..f5bc31668 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -8,6 +8,8 @@ #define HAVE_GETIPNODEBYNAME 1 #define HAVE_GETIPNODEBYADDR 1 +#define EXIM_HAVE_OPENAT +#define EXIM_HAVE_FUTIMENS #define HAVE_KSTAT #define LOAD_AVG_KSTAT "system_misc" @@ -48,6 +50,4 @@ a buffer */ # define MAX(a,b) (((a)>(b))?(a):(b)) #endif -extern char * strndup(const char *, size_t); - /* End */