summaryrefslogtreecommitdiff
path: root/event-config.h.cmake
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 /event-config.h.cmake
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 'event-config.h.cmake')
-rw-r--r--event-config.h.cmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/event-config.h.cmake b/event-config.h.cmake
index f1786929..b7f0be57 100644
--- a/event-config.h.cmake
+++ b/event-config.h.cmake
@@ -480,22 +480,6 @@
#endif
-#ifdef __THESE_ARE_NOT_CONFIG_H_THINGS_THEY_ARE_DASH_D_THINGS__
-/* Number of bits in a file offset, on hosts where this is settable. */
-/* Ellzey is not satisfied */
-#define EVENT___FILE_OFFSET_BITS @EVENT___FILE_OFFSET_BITS@
-
-/* Define for large files, on AIX-style hosts. */
-#define @_LARGE_FILES@
-#endif
-
-#ifdef _WhAT_DOES_THIS_EVEN_DO_
-/* Define to empty if `const' does not conform to ANSI C. */
-/* lolwut? - ellzey */
-#undef EVENT__const
-#endif
-
-
/* 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 __cplusplus