blob: 4af45930b6115c8e1681035152195d807a349d5d (
plain)
1
2
3
4
5
6
7
8
|
/* Define to 1 to build client libraries as thread-safe code. */
#define ENABLE_THREAD_SAFETY 1
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
|