change config.h to config_ac.h

This commit is contained in:
jsorg71 2008-08-10 06:46:18 +00:00
parent 5e0be259ad
commit 5e94ef3174

View File

@ -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