X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=authbind.git;a=blobdiff_plain;f=authbind.h;h=3911c08db967068da7bf91c90c12cd0515fe6cf2;hp=94abaa0748af502e95fe58d217da495686c3f244;hb=60c1ac89b79f556b426292bfd40d08995d27ddb5;hpb=97c1bc1b3cb16224315db59268f64025cc00d172 diff --git a/authbind.h b/authbind.h index 94abaa0..3911c08 100644 --- a/authbind.h +++ b/authbind.h @@ -30,18 +30,8 @@ # define HELPER "/usr/local/lib/authbind/helper" #endif -#ifndef CONFIGDIR -# define CONFIGDIR "/etc/authbind" -#endif - #define PRELOAD_VAR "LD_PRELOAD" #define AUTHBINDLIB_VAR "AUTHBIND_LIB" #define AUTHBIND_LEVELS_VAR "AUTHBIND_LEVELS" -static inline void bytes2hex(const unsigned char *in, char *out, size_t len) { - size_t i; - for (i=0; i<16; i++) - sprintf(out+i*2,"%02x", in[i]); -} - #endif