summaryrefslogtreecommitdiff
path: root/WIN32-Code
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2017-03-13 21:54:33 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2017-03-13 22:13:13 +0300
commitd5e10870443e151d4b3edc70e3ebac211cfee5d0 (patch)
treedce035b2929ce1153f1041db38f0b4700576055a /WIN32-Code
parent2d2299cf7a1a035e4cd7a8e5f6efefc9603ebd55 (diff)
downloadlibevent-d5e10870443e151d4b3edc70e3ebac211cfee5d0.tar.gz
cmake: clean not used #defines from event-config.h
- _LARGE_FILES: we have it in evconfig-private.h.in, drop from event-config.h - EVENT___FILE_OFFSET_BITS: remove it for now - EVENT__const
Diffstat (limited to 'WIN32-Code')
-rw-r--r--WIN32-Code/nmake/event2/event-config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WIN32-Code/nmake/event2/event-config.h b/WIN32-Code/nmake/event2/event-config.h
index 9311818a..26a612d8 100644
--- a/WIN32-Code/nmake/event2/event-config.h
+++ b/WIN32-Code/nmake/event2/event-config.h
@@ -336,9 +336,6 @@
/* Define to appropriate substitue if compiler doesnt have __func__ */
#define EVENT____func__ __FUNCTION__
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef EVENT__const */
-
/* 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