Home | History | Annotate | Line # | Download | only in include
      1 /* include/xorg-config.h.  Generated from xorg-config.h.in by configure.  */
      2 /* xorg-config.h.in: not at all generated.                      -*- c -*-
      3  *
      4  * This file differs from xorg-server.h.in in that -server is installed
      5  * with the rest of the SDK for external drivers/modules to use, whereas
      6  * -config is for internal use only (i.e. building the DDX).
      7  *
      8  */
      9 
     10 #ifndef _XORG_CONFIG_H_
     11 #define _XORG_CONFIG_H_
     12 
     13 #include <dix-config.h>
     14 #include <xkb-config.h>
     15 
     16 /* Building Xorg server. */
     17 #define XORGSERVER 1
     18 
     19 /* Current X.Org version. */
     20 #define XORG_VERSION_CURRENT ((10000000) + ((21) * 100000) + ((1) * 1000) + 23)
     21 
     22 /* Name of X server. */
     23 #define __XSERVERNAME__ "Xorg"
     24 
     25 /* URL to go to for support. */
     26 #define __VENDORDWEBSUPPORT__ "http://wiki.x.org"
     27 
     28 /* Built-in output drivers. */
     29 /* #undef DRIVERS */
     30 
     31 /* Built-in input drivers. */
     32 /* #undef IDRIVERS */
     33 
     34 /* Path to configuration file. */
     35 #define XF86CONFIGFILE "xorg.conf"
     36 
     37 /* Path to configuration file. */
     38 #define XCONFIGFILE "xorg.conf"
     39 
     40 /* Name of configuration directory. */
     41 #define XCONFIGDIR "xorg.conf.d"
     42 
     43 /* Path to loadable modules. */
     44 /* #define DEFAULT_MODULE_PATH "/usr/X11R7/lib/xorg/modules" */
     45 
     46 /* Path to installed libraries. */
     47 /* #define DEFAULT_LIBRARY_PATH "/usr/X11R7/lib" */
     48 
     49 /* Default log location */
     50 #define DEFAULT_LOGDIR "/var/log"
     51 
     52 /* Default logfile prefix */
     53 #define DEFAULT_LOGPREFIX "Xorg."
     54 
     55 /* Default XDG_DATA dir under HOME */
     56 #define DEFAULT_XDG_DATA_HOME ".local/share"
     57 
     58 /* Default log dir under XDG_DATA_HOME */
     59 #define DEFAULT_XDG_DATA_HOME_LOGDIR "xorg"
     60 
     61 /* Building DRI-capable DDX. */
     62 #define XF86DRI 1
     63 
     64 /* Build DRI2 extension */
     65 #define DRI2 1
     66 
     67 /* Define to 1 if you have the <stropts.h> header file. */
     68 /* #undef HAVE_STROPTS_H */
     69 
     70 /* Define to 1 if you have the <sys/kd.h> header file. */
     71 /* #undef HAVE_SYS_KD_H */
     72 
     73 /* Define to 1 if you have the <sys/vt.h> header file. */
     74 /* #undef HAVE_SYS_VT_H */
     75 
     76 /* Define to 1 if you have the `walkcontext' function (used on Solaris for
     77    xorg_backtrace in hw/xfree86/common/xf86Events.c */
     78 /* #undef HAVE_WALKCONTEXT */
     79 
     80 /* Define to 1 if unsigned long is 64 bits. */
     81 #ifdef _LP64
     82 #define _XSERVER64 1
     83 #endif
     84 
     85 /* Building vgahw module */
     86 #define WITH_VGAHW 1
     87 
     88 /* NetBSD PIO alpha IO */
     89 /* #undef USE_ALPHA_PIO */
     90 
     91 /* BSD AMD64 iopl */
     92 /* #undef USE_AMD64_IOPL */
     93 
     94 /* BSD /dev/io */
     95 /* #undef USE_DEV_IO */
     96 
     97 /* BSD i386 iopl */
     98 /* #undef USE_I386_IOPL */
     99 
    100 /* System is BSD-like */
    101 #define CSRG_BASED 1
    102 
    103 /* System has PC console */
    104 #define PCCONS_SUPPORT 1
    105 
    106 /* System has PCVT console */
    107 #define PCVT_SUPPORT 1
    108 
    109 /* System has syscons console */
    110 /* #undef SYSCONS_SUPPORT */
    111 
    112 /* System has wscons console */
    113 #define WSCONS_SUPPORT 1
    114 
    115 /* System has /dev/xf86 aperture driver */
    116 /* #undef HAS_APERTURE_DRV */
    117 
    118 /* Has backtrace support */
    119 #define HAVE_BACKTRACE 1
    120 
    121 /* Name of the period field in struct kbd_repeat */
    122 /* #undef LNX_KBD_PERIOD_NAME */
    123 
    124 /* Have execinfo.h */
    125 /* #undef HAVE_EXECINFO_H */
    126 
    127 /* Define to 1 if you have the <sys/mkdev.h> header file. */
    128 /* #undef HAVE_SYS_MKDEV_H */
    129 
    130 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
    131 /* #undef HAVE_SYS_SYSMACROS_H */
    132 
    133 /* Path to text files containing PCI IDs */
    134 #define PCI_TXT_IDS_PATH ""
    135 
    136 /* Build with libdrm support */
    137 #define WITH_LIBDRM 1
    138 
    139 /* Use libpciaccess */
    140 #define XSERVER_LIBPCIACCESS 1
    141 
    142 /* Have setugid */
    143 #define HAVE_ISSETUGID 1
    144 
    145 /* Have getresuid */
    146 /* #undef HAVE_GETRESUID */
    147 
    148 /* Have X server platform bus support */
    149 /* #undef XSERVER_PLATFORM_BUS */
    150 
    151 /* Define to 1 if you have the `seteuid' function. */
    152 #define HAVE_SETEUID 1
    153 
    154 /* Fallback input driver if the assigned driver fails */
    155 #define FALLBACK_INPUT_DRIVER ""
    156 
    157 #endif /* _XORG_CONFIG_H_ */
    158