diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-05 19:37:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-05 19:37:41 +0000 |
commit | 65adab5fefe89a31fa84c8b4d325152c425f036e (patch) | |
tree | b91a1427f69141722df1161ccf8c940afdcb1ae1 /app/xdm/config.h.in | |
parent | 206964264f17c9d4e1b31740d9ecf083a1b27fbc (diff) |
merge xdm 1.1.4
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 |