2011-07-16 07:01:36 +02:00
|
|
|
#if !defined(AGI_PRE) && !defined(LAGI_PRE)
|
2010-05-31 23:57:08 +02:00
|
|
|
|
|
|
|
#ifdef _WIN32 // Windows specific settings
|
|
|
|
#define HAVE_PTHREAD 1
|
|
|
|
#else
|
|
|
|
|
|
|
|
// Generated by configure.in
|
|
|
|
#include "../acconf.h"
|
|
|
|
|
|
|
|
#endif // _WIN32
|
|
|
|
#endif // LAGI_PRE
|