mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Add OSF1 as a platform not supporting hidden attributes.
This commit is contained in:
@@ -22,7 +22,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if !(defined(_AIX) || defined(WIN32) || defined(CYGWIN) || defined(NETWARE) || defined(SOLARIS2))
|
/* ENH: Clean this mess up */
|
||||||
|
#if !(defined(_AIX) || defined(WIN32) || defined(CYGWIN) || defined(NETWARE) || defined(SOLARIS2) || defined(__osf1__))
|
||||||
#define DSOLOCAL __attribute__((visibility("hidden")))
|
#define DSOLOCAL __attribute__((visibility("hidden")))
|
||||||
#else
|
#else
|
||||||
#define DSOLOCAL
|
#define DSOLOCAL
|
||||||
|
|||||||
Reference in New Issue
Block a user