Add an evconfig-private.h stub for Win32.

This commit is contained in:
Kevin Bowling 2011-01-02 08:48:12 -07:00
parent dc628c0304
commit b3651d1576
2 changed files with 7 additions and 0 deletions

View File

@ -195,6 +195,7 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
ratelim-internal.h \ ratelim-internal.h \
evconfig-private.h \ evconfig-private.h \
WIN32-Code/event2/event-config.h \ WIN32-Code/event2/event-config.h \
WIN32-Code/evconfig-private.h \
WIN32-Code/tree.h \ WIN32-Code/tree.h \
compat/sys/queue.h compat/sys/queue.h

View File

@ -0,0 +1,6 @@
#ifndef _EVENT_EVCONFIG__PRIVATE_H
#define _EVENT_EVCONFIG__PRIVATE_H
/* Nothing to see here. Move along. */
#endif