diff options
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 6b9230f3c..2cc416ae7 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -130,4 +130,10 @@ /* Use libpciaccess */ #undef XSERVER_LIBPCIACCESS +/* Have setugid */ +#undef HAVE_ISSETUGID + +/* Have getresuid */ +#undef HAVE_GETRESUID + #endif /* _XORG_CONFIG_H_ */ |