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