~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to config-unix.h.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Defines if you have PAM (Pluggable Authentication Modules) */
 
2
#cmakedefine HAVE_PAM 1
 
3
 
 
4
/* Define if your PAM headers are in pam/ instead of security/ */
 
5
#cmakedefine HAVE_PAM_PAM_APPL_H 1
 
6
 
 
7
/* Define if your PAM expects a conversation function with const pam_message (Solaris) */
 
8
#cmakedefine PAM_MESSAGE_CONST 1
 
9
 
 
10
/* The PAM service to be used by kdm */
 
11
#cmakedefine KDM_PAM_SERVICE ${KDM_PAM_SERVICE}
 
12
 
 
13
/* The PAM service to be used by kscreensaver */
 
14
#cmakedefine KSCREENSAVER_PAM_SERVICE ${KSCREENSAVER_PAM_SERVICE}
 
15
 
 
16
/* Defines if your system has the getspnam function */
 
17
#cmakedefine HAVE_GETSPNAM 1
 
18
 
 
19
/* Defines if your system has the crypt function */
 
20
#cmakedefine HAVE_CRYPT 1
 
21
 
 
22
/* Define to 1 if you have the <crypt.h> header file. */
 
23
#cmakedefine HAVE_CRYPT_H 1
 
24
 
 
25
/* Define to 1 if you have the `pw_encrypt' function. */
 
26
#cmakedefine HAVE_PW_ENCRYPT 1
 
27
 
 
28
/* Define to 1 if you have the `getpassphrase' function. */
 
29
#cmakedefine HAVE_GETPASSPHRASE 1
 
30
 
 
31
/* Define to 1 if you have the `vsyslog' function. */
 
32
#cmakedefine HAVE_VSYSLOG 1
 
33
 
 
34
/* Define to 1 if you have the <limits.h> header file. */
 
35
#cmakedefine HAVE_LIMITS_H 1