summaryrefslogtreecommitdiff
path: root/event-config.h.cmake
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 /event-config.h.cmake
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 'event-config.h.cmake')
-rw-r--r--event-config.h.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/event-config.h.cmake b/event-config.h.cmake
index 5c233a3d..6cfbb953 100644
--- a/event-config.h.cmake
+++ b/event-config.h.cmake
@@ -461,9 +461,6 @@
/* The size of `size_t', as computed by sizeof. */
#define EVENT__SIZEOF_SIZE_T @EVENT__SIZEOF_SIZE_T@
-/* Define to 1 if you have the ANSI C header files. */
-#cmakedefine EVENT__STDC_HEADERS 1
-
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#cmakedefine EVENT__TIME_WITH_SYS_TIME 1
@@ -499,9 +496,6 @@
#define EVENT__inline @EVENT__inline@
#endif
-/* Define to `int' if <sys/tyes.h> does not define. */
-#define EVENT__pid_t @EVENT__pid_t@
-
/* Define to `unsigned' if <sys/types.h> does not define. */
#define EVENT__size_t @EVENT__size_t@