|
||||
File indexing completed on 2025-01-18 10:14:33
0001 /* include/X11/XlibConf.h. Generated from XlibConf.h.in by configure. */ 0002 /* 0003 * Copyright © 2005 Keith Packard 0004 * 0005 * Permission to use, copy, modify, distribute, and sell this software and its 0006 * documentation for any purpose is hereby granted without fee, provided that 0007 * the above copyright notice appear in all copies and that both that 0008 * copyright notice and this permission notice appear in supporting 0009 * documentation, and that the name of Keith Packard not be used in 0010 * advertising or publicity pertaining to distribution of the software without 0011 * specific, written prior permission. Keith Packard makes no 0012 * representations about the suitability of this software for any purpose. It 0013 * is provided "as is" without express or implied warranty. 0014 * 0015 * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 0016 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 0017 * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 0018 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 0019 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 0020 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 0021 * PERFORMANCE OF THIS SOFTWARE. 0022 */ 0023 0024 #ifndef _XLIBCONF_H_ 0025 #define _XLIBCONF_H_ 0026 /* 0027 * This header file exports defines necessary to correctly 0028 * use Xlibint.h both inside Xlib and by external libraries 0029 * such as extensions. 0030 */ 0031 0032 /* Threading support? */ 0033 #define XTHREADS 1 0034 0035 /* Use multi-threaded libc functions? */ 0036 #define XUSE_MTSAFE_API 1 0037 0038 #endif /* _XLIBCONF_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |