Unverified Commit 3dc45955 authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'uli42-pr/enableclientids' into 3.6.x

parents 7392dd6a 71abe0be
......@@ -594,7 +594,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
#ifndef XFree86ServerOSDefines
# define XFree86ServerOSDefines -DDDXOSINIT -DSERVER_LOCK -DDDXOSFATALERROR \
-DDDXOSVERRORF
-DDDXOSVERRORF -DCLIENTIDS
#endif
#ifndef XFree86ConsoleDefines
......
......@@ -557,4 +557,10 @@ extern int snprintf(char *str, size_t size, const char *format, ...)
extern int vsnprintf(char *str, size_t size, const char *format, va_list ap);
#endif
#ifdef DEBUG
#define DebugF ErrorF
#else
#define DebugF(...) /* */
#endif
#endif /* OS_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment