0616b39ffe
Originally committed to SVN as r5483.
11 lines
207 B
C
11 lines
207 B
C
#if !defined(AGI_PRE) && !defined(LAGI_PRE)
|
|
|
|
#ifdef _WIN32 // Windows specific settings
|
|
#define HAVE_PTHREAD 1
|
|
#else
|
|
|
|
// Generated by configure.in
|
|
#include "../acconf.h"
|
|
|
|
#endif // _WIN32
|
|
#endif // LAGI_PRE
|