chiark / gitweb /
revert misguided bytes2hex move
[authbind.git] / helper.c
index 9e8ab865b9ee4ee29d0c23624c295386405dd81f..f58ee9ec4f30c9a4aa359b6e7bcd3b608ee46b4f 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -30,7 +30,9 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#include "authbind.h"
+#ifndef CONFIGDIR
+# define CONFIGDIR "/etc/authbind"
+#endif
 
 static void exiterrno(int e) {
   exit(e>0 && e<128 ? e : ENOSYS);