summaryrefslogtreecommitdiff
path: root/WIN32-Code
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2018-06-16 16:44:06 -0600
committerPhilip Prindeville <philipp@redfish-solutions.com>2018-06-16 17:04:05 -0600
commit755896efe25e5caecd498c08cce072c713720783 (patch)
treebe8e542c0378e624cd311167541313cc14bed955 /WIN32-Code
parent0789bc5220af6eaa9b483afcd1405be6f01d2187 (diff)
downloadlibevent-755896efe25e5caecd498c08cce072c713720783.tar.gz
Get rid of macros which are never used
There are no expansions of these macros or tests for their existence. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'WIN32-Code')
-rw-r--r--WIN32-Code/nmake/event2/event-config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/WIN32-Code/nmake/event2/event-config.h b/WIN32-Code/nmake/event2/event-config.h
index 51e2bafe..45dd5069 100644
--- a/WIN32-Code/nmake/event2/event-config.h
+++ b/WIN32-Code/nmake/event2/event-config.h
@@ -331,9 +331,6 @@
#define EVENT__SIZEOF_TIME_T 4
#endif
-/* Define to 1 if you have the ANSI C header files. */
-#define EVENT__STDC_HEADERS 1
-
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define EVENT__TIME_WITH_SYS_TIME 1
@@ -345,12 +342,7 @@
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef _EVENT___cplusplus
#define EVENT__inline __inline
-#endif
-
-/* Define to `int' if <sys/types.h> does not define. */
-/* #undef EVENT__pid_t */
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef EVENT__size_t */