diff options
Diffstat (limited to 'libxml.h')
-rw-r--r-- | libxml.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,4 +90,7 @@ void __xmlGlobalInitMutexDestroy(void); #endif #endif #endif +#ifndef PIC +# define LIBXML_STATIC +#endif #endif /* ! __XML_LIBXML_H__ */ |