change config.h to config_ac.h
This commit is contained in:
parent
5e0be259ad
commit
5e94ef3174
@ -28,6 +28,10 @@
|
||||
#ifndef LIBSCP_H
|
||||
#define LIBSCP_H
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "config_ac.h"
|
||||
#endif
|
||||
|
||||
#include "libscp_types.h"
|
||||
|
||||
#include "libscp_connection.h"
|
||||
@ -40,5 +44,6 @@
|
||||
#include "libscp_v0.h"
|
||||
#include "libscp_v1s.h"
|
||||
#include "libscp_v1c.h"
|
||||
#include "file_loc.h"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user