Searched refs:XREGISTRY (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dregistry.h20 #ifdef XREGISTRY
48 #else /* XREGISTRY */
63 #endif /* XREGISTRY */
H A Ddix-config.h.in322 #undef XREGISTRY
/xsrc/external/mit/xorg-server.old/include/
H A Ddix-config.h327 #define XREGISTRY 1 macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregistry.c24 #ifdef XREGISTRY
336 #endif /* XREGISTRY */
/xsrc/external/mit/xorg-server/dist/include/
H A Ddix-config.h.in311 #undef XREGISTRY
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac602 AC_ARG_ENABLE(registry, AS_HELP_STRING([--disable-registry], [Build string registry module (default: enabled)]), [XREGISTRY=$enableval], [XREGISTRY=yes])
951 AM_CONDITIONAL(XREGISTRY, [test "x$XREGISTRY" = xyes]) condition
952 if test "x$XREGISTRY" = xyes; then
953 AC_DEFINE(XREGISTRY, 1, [Build registry module]) definition
H A Dconfigure28278 enableval=$enable_registry; XREGISTRY=$enableval
28280 XREGISTRY=yes
30956 if test "x$XREGISTRY" = xyes; then
30964 if test "x$XREGISTRY" = xyes; then
30967 #define XREGISTRY 1
[all...]

Completed in 34 milliseconds