summaryrefslogtreecommitdiff
path: root/source4/lib/events
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-07 08:14:06 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 10:56:26 +0200
commitea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f (patch)
treeae904221f2837a44676d0e62725e27ecaeb68120 /source4/lib/events
parent1969aa8eacd257951cdc8d13110302c3b9388013 (diff)
downloadsamba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.gz
samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.bz2
samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.zip
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/events/events.h b/source4/lib/events/events.h
index f66698838d..546a5e5158 100644
--- a/source4/lib/events/events.h
+++ b/source4/lib/events/events.h
@@ -1,6 +1,8 @@
#ifndef __LIB_EVENTS_H__
#define __LIB_EVENTS_H__
+#ifndef TEVENT_COMPAT_DEFINES
#define TEVENT_COMPAT_DEFINES 1
+#endif
#include <tevent.h>
struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
struct tevent_context *event_context_find(TALLOC_CTX *mem_ctx) _DEPRECATED_;