diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/win32/orconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index bfe9b2a5a..ababc5f50 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -20,6 +20,15 @@ /* Define to 1 if you have the <errno.h> header file. */ #define HAVE_ERRNO_H +/* Define to 1 if you have the `event_get_method' function. */ +#define HAVE_EVENT_GET_METHOD 1 + +/* Define to 1 if you have the `event_get_version' function. */ +#define HAVE_EVENT_GET_VERSION 1 + +/* Define to 1 if you have the `event_set_log_callback' function. */ +#define HAVE_EVENT_SET_LOG_CALLBACK 1 + /* Define to 1 if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H |