Oops, don't build openpam_static() unless OPENPAM_STATIC_MODULES is

defined.

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@71 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-02-20 15:35:17 +00:00
parent 8c45582bf1
commit 3fab86788d
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#include "openpam_impl.h"
#ifdef OPENPAM_STATIC_MODULES
SET_DECLARE(_openpam_static_modules, pam_module_t);
/*
@ -60,6 +62,8 @@ openpam_static(const char *path)
return (NULL);
}
#endif
/*
* NOPARSE
*/