-# Copyright (C) 1994 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
#
subdir := resolv
-headers := resolv.h arpa/nameser.h sys/bitypes.h
-distribute := ../conf/portability.h
+headers := resolv.h netdb.h arpa/nameser.h sys/bitypes.h
+distribute := ../conf/portability.h res_hconf.h
routines := gethnamaddr getnetbyaddr getnetbyname getnetent getnetnamadr \
- herror nsap_addr res_comp res_debug res_init res_mkquery \
- res_query res_send sethostent
+ herror nsap_addr res_comp res_debug res_data res_init res_mkquery \
+ res_query res_send sethostent inet_addr inet_ntop inet_pton \
+ res_hconf
include ../Rules
+
++cflags += -Wno-strict-prototypes -Wno-comment -Wno-write-strings