res_hconf.c 334 B

12345678910111213
  1. /* Add the include here so that we can redefine __fxprintf. */
  2. #include <stdio.h>
  3. /* Rename symbols for protected names used in libc itself. */
  4. #define __ioctl ioctl
  5. #define __socket socket
  6. #define __strchrnul strchrnul
  7. #define __strncasecmp strncasecmp
  8. #define __fxprintf(args...) /* ignore */
  9. #include "../resolv/res_hconf.c"