Added hsearch_r for compatibility needs

This commit is contained in:
Abramo Bagnara 2000-06-12 17:30:46 +00:00
parent d3fa17a0a1
commit bc252d4d26
7 changed files with 437 additions and 5 deletions

12
src/compat/Makefile.am Normal file
View file

@ -0,0 +1,12 @@
EXTRA_LTLIBRARIES = libcompat.la
EXTRA_libcompat_la_SOURCES = hsearch_r.c
if Have_hsearch_r
HSEARCH_R =
else
HSEARCH_R = hsearch_r.c
endif
libcompat_la_SOURCES = $(HSEARCH_R)
all: libcompat.la