]> granicus.if.org Git - libevent/commitdiff
Add an evconfig-private.h stub for Win32.
authorKevin Bowling <kevin.bowling@kev009.com>
Sun, 2 Jan 2011 15:48:12 +0000 (08:48 -0700)
committerKevin Bowling <kevin.bowling@kev009.com>
Sun, 2 Jan 2011 15:48:12 +0000 (08:48 -0700)
Makefile.am
WIN32-Code/evconfig-private.h [new file with mode: 0644]

index cab603d7bf6681276b23e45a776a04d46ebd88ec..a103be14a41dc4ffba5587f2501411715849cf2d 100644 (file)
@@ -195,6 +195,7 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
        ratelim-internal.h \
        evconfig-private.h \
        WIN32-Code/event2/event-config.h \
+       WIN32-Code/evconfig-private.h \
        WIN32-Code/tree.h \
        compat/sys/queue.h
 
diff --git a/WIN32-Code/evconfig-private.h b/WIN32-Code/evconfig-private.h
new file mode 100644 (file)
index 0000000..72cd097
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _EVENT_EVCONFIG__PRIVATE_H
+#define _EVENT_EVCONFIG__PRIVATE_H
+
+/* Nothing to see here.  Move along. */
+
+#endif