--- ./pam_ldap.c Thu Jun 20 14:17:44 2002 +++ ../pam_ldap-150/./pam_ldap.c Mon Jul 8 10:41:56 2002 @@ -154,20 +154,6 @@ static int ssl_initialized = 0; #endif -#ifdef __GNUC__ -#define DEBUG_MSG(level, fmt, args...) \ - do { \ - if (level >= pam_debug_level) \ - syslog(LOG_DEBUG, "%s:%i " fmt , __FUNCTION__ , __LINE__ , ## args); \ - } while (0) -#else -#define DEBUG_MSG(level, fmt, ...) \ - do { \ - if (level >= pam_debug_level) \ - syslog(LOG_DEBUG, "%s:%i " fmt , __FUNCTION__ , __LINE__ , __VA_ARGS__); \ - } while (0) -#endif /* __GNUC__ */ - static int i64c (int i); #ifndef HAVE_LDAP_GET_LDERRNO