Add the --with-private-namespace option.

Add the --with-private-namespace option to make it possible to work
around library-private symbols being exposed in static libraries.
This commit is contained in:
Jason Evans
2011-07-30 16:40:52 -07:00
parent f9a8edbb50
commit 746e77a06b
5 changed files with 228 additions and 4 deletions

View File

@@ -33,6 +33,8 @@
#define JEMALLOC_MANGLE
#include "../jemalloc@install_suffix@.h"
#include "private_namespace.h"
#if (defined(JEMALLOC_OSATOMIC) || defined(JEMALLOC_OSSPIN))
#include <libkern/OSAtomic.h>
#endif