From: Kevin Bowling Date: Sun, 2 Jan 2011 15:48:12 +0000 (-0700) Subject: Add an evconfig-private.h stub for Win32. X-Git-Tag: release-2.1.1-alpha~320^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3651d1576606ceb2dd27ec5fcd99beaa8e312c8;p=libevent Add an evconfig-private.h stub for Win32. --- diff --git a/Makefile.am b/Makefile.am index cab603d7..a103be14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 00000000..72cd0973 --- /dev/null +++ b/WIN32-Code/evconfig-private.h @@ -0,0 +1,6 @@ +#ifndef _EVENT_EVCONFIG__PRIVATE_H +#define _EVENT_EVCONFIG__PRIVATE_H + +/* Nothing to see here. Move along. */ + +#endif