aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-07-23 00:07:41 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-07-23 00:07:41 +0200
commit03063bb90e76b69776fe92f8abf293cfc04de5f3 (patch)
tree117b702373594e303e3e736e2f937221d39d0caf /openpam-conf
parentRename NOLOGIN_SUPPORTS_ACCOUNT in HAVE_PAM_NOLOGIN_ACCOUNT. (diff)
downloadpambase-03063bb90e76b69776fe92f8abf293cfc04de5f3.tar.gz
pambase-03063bb90e76b69776fe92f8abf293cfc04de5f3.tar.bz2
pambase-03063bb90e76b69776fe92f8abf293cfc04de5f3.zip
Rename chain support to SUPPORT_$MODULE_$CHAIN
This way it's more likely to understand which module supports what.
Diffstat (limited to 'openpam-conf')
-rw-r--r--openpam-conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpam-conf b/openpam-conf
index f576bac..83b682d 100644
--- a/openpam-conf
+++ b/openpam-conf
@@ -12,9 +12,9 @@
# endif
# if __FreeBSD__ < 7
-# define HAVE_PAM_UNIX_SESSION 1
+# define SUPPORT_UNIX_SESSION 1
# else
-# define HAVE_PAM_UNIX_SESSION 0
+# define SUPPORT_UNIX_SESSION 0
# endif
#endif