diff options
Diffstat (limited to 'lib/libX11/src/config.h.in')
-rw-r--r-- | lib/libX11/src/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libX11/src/config.h.in b/lib/libX11/src/config.h.in index 2bfde4537..96f71a9c4 100644 --- a/lib/libX11/src/config.h.in +++ b/lib/libX11/src/config.h.in @@ -48,6 +48,9 @@ /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP +/* Define to 1 if you have the `seteuid' function. */ +#undef HAVE_SETEUID + /* Use shl_load to load shared libraries */ #undef HAVE_SHL_LOAD @@ -90,6 +93,10 @@ /* preference sorted list of transport types to try for local connections */ #undef LOCAL_TRANSPORT_LIST +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Disable XLOCALEDIR environment variable */ #undef NO_XLOCALEDIR |