-# 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
# Cambridge, MA 02139, USA.
#
-# Sub-makefile for res portion of the library.
+# Sub-makefile for resolv portion of the library.
#
-subdir := res
+subdir := resolv
-headers := netdb.h 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