forked from github/server
doug lea malloc only when MSPACES defined
This commit is contained in:
parent
9dc06958e2
commit
9a86f30fa0
|
@ -9,7 +9,6 @@ SEARCH_SOURCE +=
|
||||||
[ FDirName $(SUBDIR) dl ] ;
|
[ FDirName $(SUBDIR) dl ] ;
|
||||||
|
|
||||||
SOURCES =
|
SOURCES =
|
||||||
<dl>malloc.c
|
|
||||||
attrib.c
|
attrib.c
|
||||||
base36.c
|
base36.c
|
||||||
command.c
|
command.c
|
||||||
|
@ -37,6 +36,10 @@ SOURCES =
|
||||||
xml.c
|
xml.c
|
||||||
;
|
;
|
||||||
|
|
||||||
|
if $(MSPACES) {
|
||||||
|
SOURCES += <dl>malloc.c ;
|
||||||
|
}
|
||||||
|
|
||||||
if $(NO_INLINE) {
|
if $(NO_INLINE) {
|
||||||
SOURCES += bsdstring.c ;
|
SOURCES += bsdstring.c ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue