summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
-rw-r--r--include/event2/buffer.h2
-rw-r--r--include/event2/bufferevent.h2
-rw-r--r--include/event2/bufferevent_ssl.h2
-rw-r--r--include/event2/bufferevent_struct.h2
-rw-r--r--include/event2/dns_compat.h2
-rw-r--r--include/event2/dns_struct.h2
-rw-r--r--include/event2/event.h2
-rw-r--r--include/event2/event_compat.h2
-rw-r--r--include/event2/event_struct.h2
-rw-r--r--include/event2/http_compat.h2
-rw-r--r--include/event2/http_struct.h2
-rw-r--r--include/event2/tag.h2
-rw-r--r--include/event2/thread.h2
-rw-r--r--include/event2/util.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 9b21abc5..9fc47257 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -27,5 +27,5 @@ EVENT2_EXPORT = \
EXTRA_SRC = $(EVENT2_EXPORT)
-nobase_include_HEADERS = $(EVENT2_EXPORT)
+nobase_include_HEADERS = $(EVENT2_EXPORT) ./event2/event-config.h
diff --git a/include/event2/buffer.h b/include/event2/buffer.h
index bd175c25..b5feefae 100644
--- a/include/event2/buffer.h
+++ b/include/event2/buffer.h
@@ -65,7 +65,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#include <stdarg.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
diff --git a/include/event2/bufferevent.h b/include/event2/bufferevent.h
index b87f3a29..570a6a61 100644
--- a/include/event2/bufferevent.h
+++ b/include/event2/bufferevent.h
@@ -54,7 +54,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/bufferevent_ssl.h b/include/event2/bufferevent_ssl.h
index 99281a37..03629331 100644
--- a/include/event2/bufferevent_ssl.h
+++ b/include/event2/bufferevent_ssl.h
@@ -31,7 +31,7 @@
OpenSSL support for bufferevents.
*/
-#include <event-config.h>
+#include <event2/event-config.h>
#include <event2/bufferevent.h>
#include <event2/util.h>
diff --git a/include/event2/bufferevent_struct.h b/include/event2/bufferevent_struct.h
index 8ef3e8e6..5626e968 100644
--- a/include/event2/bufferevent_struct.h
+++ b/include/event2/bufferevent_struct.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/dns_compat.h b/include/event2/dns_compat.h
index cd7946cf..77ce838f 100644
--- a/include/event2/dns_compat.h
+++ b/include/event2/dns_compat.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/dns_struct.h b/include/event2/dns_struct.h
index ce50d6d1..c501eb20 100644
--- a/include/event2/dns_struct.h
+++ b/include/event2/dns_struct.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/event.h b/include/event2/event.h
index acee64a7..e9d0048f 100644
--- a/include/event2/event.h
+++ b/include/event2/event.h
@@ -37,7 +37,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/event_compat.h b/include/event2/event_compat.h
index f59850a0..78f6469b 100644
--- a/include/event2/event_compat.h
+++ b/include/event2/event_compat.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/event_struct.h b/include/event2/event_struct.h
index 83ac2232..7910e637 100644
--- a/include/event2/event_struct.h
+++ b/include/event2/event_struct.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/http_compat.h b/include/event2/http_compat.h
index a8f29ff9..b23dd9e0 100644
--- a/include/event2/http_compat.h
+++ b/include/event2/http_compat.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/http_struct.h b/include/event2/http_struct.h
index de5d5417..a3664e04 100644
--- a/include/event2/http_struct.h
+++ b/include/event2/http_struct.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/tag.h b/include/event2/tag.h
index ea8fa952..7ab2346b 100644
--- a/include/event2/tag.h
+++ b/include/event2/tag.h
@@ -37,7 +37,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
diff --git a/include/event2/thread.h b/include/event2/thread.h
index 26897eb1..1a517d81 100644
--- a/include/event2/thread.h
+++ b/include/event2/thread.h
@@ -57,7 +57,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
/** A flag passed to a locking callback when the lock was allocated as a
* read-write lock, and we want to acquire or release the lock for writing. */
diff --git a/include/event2/util.h b/include/event2/util.h
index 13db8a63..7e21410d 100644
--- a/include/event2/util.h
+++ b/include/event2/util.h
@@ -37,7 +37,7 @@
extern "C" {
#endif
-#include <event-config.h>
+#include <event2/event-config.h>
#ifdef _EVENT_HAVE_SYS_TIME_H
#include <sys/time.h>
#endif