mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Do not compile on Solaris with visibility attributes.
This commit is contained in:
parent
3fbf2b93c9
commit
a1a0c24b88
3
CHANGES
3
CHANGES
@ -2,6 +2,9 @@
|
|||||||
?? ??? 2007 - 2.2.0-trunk
|
?? ??? 2007 - 2.2.0-trunk
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
* Add Solaris to the list of platforms not supporting the hidden
|
||||||
|
visibility attribute.
|
||||||
|
|
||||||
* Remove excessive debug log entries about "capture" action.
|
* Remove excessive debug log entries about "capture" action.
|
||||||
|
|
||||||
* Fixed decoding full-width unicode in t:urlDecodeUni.
|
* Fixed decoding full-width unicode in t:urlDecodeUni.
|
||||||
|
@ -26,7 +26,7 @@ typedef struct msc_data_chunk msc_data_chunk;
|
|||||||
typedef struct msc_arg msc_arg;
|
typedef struct msc_arg msc_arg;
|
||||||
typedef struct msc_string msc_string;
|
typedef struct msc_string msc_string;
|
||||||
|
|
||||||
#if !(defined(WIN32) || defined(NETWARE))
|
#if !(defined(WIN32) || defined(NETWARE) || defined(SOLARIS2))
|
||||||
#define DSOLOCAL __attribute__((visibility("hidden")))
|
#define DSOLOCAL __attribute__((visibility("hidden")))
|
||||||
#else
|
#else
|
||||||
#define DSOLOCAL
|
#define DSOLOCAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user