X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/09957b1ca58af52bbc90e88ec198f14b8a06c0f7..11b3519314b471bb042bf3a69bbbb3adaa7aa19d:/src/internal.h diff --git a/src/internal.h b/src/internal.h index 92debfd..d878daa 100644 --- a/src/internal.h +++ b/src/internal.h @@ -25,7 +25,7 @@ #ifndef ADNS_INTERNAL_H_INCLUDED #define ADNS_INTERNAL_H_INCLUDED -#define PRINTFFORMAT(a,b) __attribute__((format(printf,a,b))) +#include "config.h" typedef unsigned char byte; #include @@ -40,7 +40,7 @@ typedef unsigned char byte; #define MAXSERVERS 5 #define MAXSORTLIST 15 -#define UDPMAXRETRIES /*15 fixme*/5 +#define UDPMAXRETRIES 15 #define UDPRETRYMS 2000 #define TCPMS 30000 #define LOCALRESOURCEMS 20