Skip to content

Commit 728df02

Browse files
committed
CFE-3371: Add feature class for libpam
Ticket: CFE-3371 Changelog: Title
1 parent 0887b41 commit 728df02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libpromises/feature.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#include <buffer.h>
66

77
static const char* features[] = {
8+
#ifdef HAVE_LIBPAM
9+
"pam",
10+
#endif
811
#ifdef HAVE_LIBYAML
912
"yaml",
1013
#endif

0 commit comments

Comments
 (0)