jpayne@69
|
1 /* include/X11/XlibConf.h. Generated from XlibConf.h.in by configure. */
|
jpayne@69
|
2 /*
|
jpayne@69
|
3 * Copyright © 2005 Keith Packard
|
jpayne@69
|
4 *
|
jpayne@69
|
5 * Permission to use, copy, modify, distribute, and sell this software and its
|
jpayne@69
|
6 * documentation for any purpose is hereby granted without fee, provided that
|
jpayne@69
|
7 * the above copyright notice appear in all copies and that both that
|
jpayne@69
|
8 * copyright notice and this permission notice appear in supporting
|
jpayne@69
|
9 * documentation, and that the name of Keith Packard not be used in
|
jpayne@69
|
10 * advertising or publicity pertaining to distribution of the software without
|
jpayne@69
|
11 * specific, written prior permission. Keith Packard makes no
|
jpayne@69
|
12 * representations about the suitability of this software for any purpose. It
|
jpayne@69
|
13 * is provided "as is" without express or implied warranty.
|
jpayne@69
|
14 *
|
jpayne@69
|
15 * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
jpayne@69
|
16 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
jpayne@69
|
17 * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
jpayne@69
|
18 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
jpayne@69
|
19 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
jpayne@69
|
20 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
jpayne@69
|
21 * PERFORMANCE OF THIS SOFTWARE.
|
jpayne@69
|
22 */
|
jpayne@69
|
23
|
jpayne@69
|
24 #ifndef _XLIBCONF_H_
|
jpayne@69
|
25 #define _XLIBCONF_H_
|
jpayne@69
|
26 /*
|
jpayne@69
|
27 * This header file exports defines necessary to correctly
|
jpayne@69
|
28 * use Xlibint.h both inside Xlib and by external libraries
|
jpayne@69
|
29 * such as extensions.
|
jpayne@69
|
30 */
|
jpayne@69
|
31
|
jpayne@69
|
32 /* Threading support? */
|
jpayne@69
|
33 #define XTHREADS 1
|
jpayne@69
|
34
|
jpayne@69
|
35 /* Use multi-threaded libc functions? */
|
jpayne@69
|
36 #define XUSE_MTSAFE_API 1
|
jpayne@69
|
37
|
jpayne@69
|
38 #endif /* _XLIBCONF_H_ */
|