with the host info. They are ignored (with verbose warning) if
encountered to keep the config file backwards compatible.
- fix iana-update for changing gzip compression of results.
+ - fix export-all-symbols on OSX.
26 October 2011: Wouter
- iana portlist updated.
* Macro to perform an assertion check for fptr wlist checks.
* Does not get disabled in optimize mode. Check adds security by layers.
*/
-#if defined(UB_ON_WINDOWS) && defined(EXPORT_ALL_SYMBOLS)
+#if defined(EXPORT_ALL_SYMBOLS)
#define fptr_ok(x) /* nothing, dll-exe memory layout on win disables it */
#else
#define fptr_ok(x) \