better text for the button. thanks celeste
[kdebase.git] / workspace / config-unix.h.cmake
blobb08d8f1bbb1768f2cead8c21b32f8050cf9eaea5
1 /* Defines if you have PAM (Pluggable Authentication Modules) */
2 #cmakedefine HAVE_PAM 1
4 /* Define if your PAM headers are in pam/ instead of security/ */
5 #cmakedefine HAVE_PAM_PAM_APPL_H 1
7 /* Define if your PAM expects a conversation function with const pam_message (Solaris) */
8 #cmakedefine PAM_MESSAGE_CONST 1
10 /* The PAM service to be used by kdm */
11 #cmakedefine KDM_PAM_SERVICE ${KDM_PAM_SERVICE}
13 /* The PAM service to be used by kcheckpass */
14 #cmakedefine KCHECKPASS_PAM_SERVICE ${KCHECKPASS_PAM_SERVICE}
16 /* The PAM service to be used by kscreensaver */
17 #cmakedefine KSCREENSAVER_PAM_SERVICE ${KSCREENSAVER_PAM_SERVICE}
19 /* Defines if your system has the getspnam function */
20 #cmakedefine HAVE_GETSPNAM 1
22 /* Defines if your system has the crypt function */
23 #cmakedefine HAVE_CRYPT 1
25 /* Define to 1 if you have the <crypt.h> header file. */
26 #cmakedefine HAVE_CRYPT_H 1
28 /* Define to 1 if you have the `pw_encrypt' function. */
29 #cmakedefine HAVE_PW_ENCRYPT 1
31 /* Define to 1 if you have the `getpassphrase' function. */
32 #cmakedefine HAVE_GETPASSPHRASE 1
34 /* Define to 1 if you have the `vsyslog' function. */
35 #cmakedefine HAVE_VSYSLOG 1
37 /* Define to 1 if you have the <limits.h> header file. */
38 #cmakedefine HAVE_LIMITS_H 1