1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

Make yubico-pam compile without -DDEBUG_PAM

This commit is contained in:
Clemens Lang 2012-01-28 02:24:43 +01:00
parent d2c14efdd4
commit 87d1c486b7

2
util.h
View File

@ -50,6 +50,8 @@
printf ("\n"); \
} while (0)
# endif /* HAVE_SECURITY__PAM_MACROS_H */
#else
# define D(x)
#endif /* DEBUG_PAM */
int get_user_cfgfile_path(const char *common_path, const char *filename, const char *username, char **fn);