11ab64890Smrg/*
21ab64890Smrg * Copyright © 2005 Keith Packard
31ab64890Smrg *
41ab64890Smrg * Permission to use, copy, modify, distribute, and sell this software and its
51ab64890Smrg * documentation for any purpose is hereby granted without fee, provided that
61ab64890Smrg * the above copyright notice appear in all copies and that both that
71ab64890Smrg * copyright notice and this permission notice appear in supporting
81ab64890Smrg * documentation, and that the name of Keith Packard not be used in
91ab64890Smrg * advertising or publicity pertaining to distribution of the software without
101ab64890Smrg * specific, written prior permission.  Keith Packard makes no
111ab64890Smrg * representations about the suitability of this software for any purpose.  It
121ab64890Smrg * is provided "as is" without express or implied warranty.
131ab64890Smrg *
141ab64890Smrg * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
151ab64890Smrg * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
161ab64890Smrg * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
171ab64890Smrg * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
181ab64890Smrg * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
191ab64890Smrg * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
201ab64890Smrg * PERFORMANCE OF THIS SOFTWARE.
211ab64890Smrg */
221ab64890Smrg
231ab64890Smrg#ifndef _XLIBCONF_H_
241ab64890Smrg#define _XLIBCONF_H_
251ab64890Smrg/*
261ab64890Smrg * This header file exports defines necessary to correctly
271ab64890Smrg * use Xlibint.h both inside Xlib and by external libraries
281ab64890Smrg * such as extensions.
291ab64890Smrg */
301ab64890Smrg
311ab64890Smrg/* Threading support? */
321ab64890Smrg#undef XTHREADS
331ab64890Smrg
341ab64890Smrg/* Use multi-threaded libc functions? */
351ab64890Smrg#undef XUSE_MTSAFE_API
361ab64890Smrg
371ab64890Smrg#endif /* _XLIBCONF_H_ */
38