12 lines
179 B
C
12 lines
179 B
C
|
#ifndef AGI_PRE
|
||
|
|
||
|
#ifdef _WIN32 // Windows specific settings
|
||
|
#define HAVE_PTHREAD 1
|
||
|
#else
|
||
|
|
||
|
// Generated by configure.in
|
||
|
#include "../acconf.h"
|
||
|
|
||
|
#endif // _WIN32
|
||
|
#endif // LAGI_PRE
|