|
|
@ -28,6 +28,10 @@
|
|
|
|
#ifndef LIBSCP_H
|
|
|
|
#ifndef LIBSCP_H
|
|
|
|
#define LIBSCP_H
|
|
|
|
#define LIBSCP_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(HAVE_CONFIG_H)
|
|
|
|
|
|
|
|
#include "config_ac.h"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include "libscp_types.h"
|
|
|
|
#include "libscp_types.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "libscp_connection.h"
|
|
|
|
#include "libscp_connection.h"
|
|
|
@ -40,5 +44,6 @@
|
|
|
|
#include "libscp_v0.h"
|
|
|
|
#include "libscp_v0.h"
|
|
|
|
#include "libscp_v1s.h"
|
|
|
|
#include "libscp_v1s.h"
|
|
|
|
#include "libscp_v1c.h"
|
|
|
|
#include "libscp_v1c.h"
|
|
|
|
|
|
|
|
#include "file_loc.h"
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|