Cleanup code for AIX and better non-gcc support (MODSEC-55).

This commit is contained in:
b1v1r
2009-05-16 10:34:57 +00:00
parent 6359a86a38
commit 3c0cfbd3ef
10 changed files with 1683 additions and 1400 deletions

View File

@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
#if !(defined(WIN32) || defined(CYGWIN) || defined(NETWARE) || defined(SOLARIS2))
#if !(defined(_AIX) || defined(WIN32) || defined(CYGWIN) || defined(NETWARE) || defined(SOLARIS2))
#define DSOLOCAL __attribute__((visibility("hidden")))
#else
#define DSOLOCAL