make emalloc,ecalloc,erealloc,estrdup conditional

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10062 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-06-17 12:08:29 +00:00
parent f1392e4cef
commit 4119cc2b75

View File

@@ -38,12 +38,9 @@ libroken_la_SOURCES = \
base64.c \
bswap.c \
concat.c \
emalloc.c \
environment.c \
eread.c \
erealloc.c \
esetenv.c \
estrdup.c \
ewrite.c \
getaddrinfo_hostspec.c \
get_default_username.c \
@@ -82,6 +79,10 @@ EXTRA_libroken_la_SOURCES = \
chown.c \
copyhostent.c \
daemon.c \
ecalloc.c \
emalloc.c \
erealloc.c \
estrdup.c \
err.c \
err.hin \
errx.c \