string.
ticket: 3172
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17382
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-09-16 Tom Yu <tlyu@mit.edu>
+
+ * dnsglue.c (USE_RES_NINIT): Fix braino: define to 1, not empty
+ string.
+
2005-09-08 Tom Yu <tlyu@mit.edu>
* dnsglue.c: Implement better logic for choosing whether to use
* res_ninit() will have thread safety hacks for res_init() and _res.
*/
#if HAVE_RES_NINIT && HAVE_RES_NDESTROY && HAVE_RES_NSEARCH
-#define USE_RES_NINIT
+#define USE_RES_NINIT 1
#endif
/*