version 1.5 | | version 1.6 |
---|
| | |
| | |
#ifndef PLUGIN_H_ | | #ifndef PLUGIN_H_ |
#define PLUGIN_H_ | | #define PLUGIN_H_ |
| | |
| | /*****************************************************************************/ |
| | /* This one does not exist under Win32. */ |
| | /*****************************************************************************/ |
| | #ifndef WIN32 |
#include <dlfcn.h> | | #include <dlfcn.h> |
| | #endif |
| | |
#include <version.h> | | #include <version.h> |
#include <global.h> | | #include <global.h> |
#include <object.h> | | #include <object.h> |
#ifndef __CEXTRACT__ | | |
// #include <sproto.h> | | |
#endif | | |
#ifdef HAVE_TIME_H | | #ifdef HAVE_TIME_H |
#include <time.h> | | #include <time.h> |
#endif | | #endif |