diff options
Diffstat (limited to 'app/xdm/config.h.in')
-rw-r--r-- | app/xdm/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/xdm/config.h.in b/app/xdm/config.h.in index 7fe13813f..6690344e3 100644 --- a/app/xdm/config.h.in +++ b/app/xdm/config.h.in @@ -78,6 +78,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `sigaction' function. */ +#undef HAVE_SIGACTION + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -168,6 +171,9 @@ /* Use PAM for authentication */ #undef USE_PAM +/* Define to 1 to use Xft for text on greeter screen */ +#undef USE_XFT + /* Define to 1 to use XINERAMA in greeter & chooser */ #undef USE_XINERAMA |