mirror of
https://git.kore.io/kore.git
synced 2024-11-12 05:10:48 +01:00
Move kore_pgsql.h into includes/ directly.
Much like kore_tasks.h
This commit is contained in:
parent
dbd74c4551
commit
723c99b65e
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "kore.h"
|
#include "kore.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
#include "contrib/postgres/kore_pgsql.h"
|
#include "kore_pgsql.h"
|
||||||
|
|
||||||
#include "static.h"
|
#include "static.h"
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "kore.h"
|
#include "kore.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
#include "contrib/postgres/kore_pgsql.h"
|
#include "kore_pgsql.h"
|
||||||
|
|
||||||
struct pgsql_job {
|
struct pgsql_job {
|
||||||
u_int8_t idx;
|
u_int8_t idx;
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
#include <sys/event.h>
|
#include <sys/event.h>
|
||||||
|
|
||||||
#ifdef __MACH__
|
#ifdef __MACH__
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "kore.h"
|
#include "kore.h"
|
||||||
|
|
||||||
#if defined(KORE_USE_PGSQL)
|
#if defined(KORE_USE_PGSQL)
|
||||||
#include "contrib/postgres/kore_pgsql.h"
|
#include "kore_pgsql.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int kfd = -1;
|
static int kfd = -1;
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "http.h"
|
#include "http.h"
|
||||||
|
|
||||||
#if defined(KORE_USE_PGSQL)
|
#if defined(KORE_USE_PGSQL)
|
||||||
#include "contrib/postgres/kore_pgsql.h"
|
#include "kore_pgsql.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(KORE_USE_TASKS)
|
#if defined(KORE_USE_TASKS)
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "kore.h"
|
#include "kore.h"
|
||||||
|
|
||||||
#if defined(KORE_USE_PGSQL)
|
#if defined(KORE_USE_PGSQL)
|
||||||
#include "contrib/postgres/kore_pgsql.h"
|
#include "kore_pgsql.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(KORE_USE_TASKS)
|
#if defined(KORE_USE_TASKS)
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "http.h"
|
#include "http.h"
|
||||||
|
|
||||||
#if defined(KORE_USE_PGSQL)
|
#if defined(KORE_USE_PGSQL)
|
||||||
#include "contrib/postgres/kore_pgsql.h"
|
#include "kore_pgsql.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(KORE_USE_TASKS)
|
#if defined(KORE_USE_TASKS)
|
||||||
|
Loading…
Reference in New Issue
Block a user