From 45334b2092c43fcfd20bf5e5281acfe84a5f79b2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 10 Mar 2009 21:34:08 +0000 Subject: [PATCH] Add missing HAVE_BSM_AUDIT --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 3d9974d36..9bf2c62fa 100644 --- a/config.h.in +++ b/config.h.in @@ -73,6 +73,9 @@ /* Define to 1 if you use BSD authentication. */ #undef HAVE_BSD_AUTH_H +/* Define to 1 to enable BSM auditing. */ +#undef HAVE_BSM_AUDIT + /* Define to 1 if you have the `closefrom' function. */ #undef HAVE_CLOSEFROM -- 2.50.0