summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index e6892ee55..25f491414 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -221,3 +221,7 @@ enum
221#else 221#else
222# define PAM_STRERROR(a,b) pam_strerror((a),(b)) 222# define PAM_STRERROR(a,b) pam_strerror((a),(b))
223#endif 223#endif
224
225#ifndef __P
226# define __P(x) x
227#endif