shinkos6145: Hook into config.h if present.
This commit is contained in:
parent
10d842b4cd
commit
6604a8b283
|
@ -47,6 +47,11 @@
|
|||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
||||
/* For Integration into gutenprint */
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#if defined(USE_DLOPEN)
|
||||
#define WITH_DYNAMIC
|
||||
#include <dlfcn.h>
|
||||
|
|
Loading…
Reference in a new issue