2014-11-13 19:30:51 +02:00
|
|
|
/* Defines if you have PAM (Pluggable Authentication Modules) */
|
|
|
|
#cmakedefine HAVE_PAM 1
|
|
|
|
|
|
|
|
/* Define if your PAM expects a conversation function with const pam_message (Solaris) */
|
|
|
|
#cmakedefine PAM_MESSAGE_CONST 1
|
|
|
|
|
2022-04-01 16:12:41 +03:00
|
|
|
/* The PAM service to be used by kcheckpass */
|
|
|
|
#cmakedefine KDE4_PAM_SERVICE "${KDE4_PAM_SERVICE}"
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
/* Defines if your system has the getspnam function */
|
|
|
|
#cmakedefine HAVE_GETSPNAM 1
|
|
|
|
|
|
|
|
/* Defines if your system has the crypt function */
|
|
|
|
#cmakedefine HAVE_CRYPT 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <crypt.h> header file. */
|
|
|
|
#cmakedefine HAVE_CRYPT_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `pw_encrypt' function. */
|
|
|
|
#cmakedefine HAVE_PW_ENCRYPT 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getpassphrase' function. */
|
|
|
|
#cmakedefine HAVE_GETPASSPHRASE 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
|
|
#cmakedefine HAVE_LIMITS_H 1
|
2022-04-01 18:44:39 +03:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `nice' function. */
|
|
|
|
#cmakedefine HAVE_NICE 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `setpriority' function. */
|
|
|
|
#cmakedefine HAVE_SETPRIORITY 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
#cmakedefine HAVE_STRING_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_TIME_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
|
|
#cmakedefine HAVE_MALLOC_H 1
|