]> git.armaanb.net Git - opendoas.git/blobdiff - pam.c
use config.h and link objects instead of libopenbsd.a
[opendoas.git] / pam.c
diff --git a/pam.c b/pam.c
index c5a3001509b59364281466cca310d56ce523b990..ee02b0faab8fa43d7c48e28d2f9cf569e9d2b82f 100644 (file)
--- a/pam.c
+++ b/pam.c
@@ -14,6 +14,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "config.h"
+
 #include <sys/types.h>
 #include <sys/wait.h>
 
 
 #include "includes.h"
 
+#ifndef HOST_NAME_MAX
+#define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
+#endif
+
 #define PAM_SERVICE_NAME "doas"
 
 static pam_handle_t *pamh = NULL;