From: mar Date: Fri, 8 Mar 1991 17:46:10 +0000 (+0000) Subject: deal with HAS_VSPRINTF for log.c X-Git-Tag: release77~702 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/d8ba9128875b04c4cf05e9d4ece5706ebe1ff6b6 deal with HAS_VSPRINTF for log.c --- diff --git a/update/Imakefile b/update/Imakefile index 4d9bd481..1a558be4 100644 --- a/update/Imakefile +++ b/update/Imakefile @@ -17,6 +17,10 @@ SOBJS= update_server.o auth_001.o inst_001.o xfer_002.o exec_002.o \ hostname.o log.o get_file.o checksum.o COBJS= client.o ticket.o send_file.o checksum.o hostname.o +#ifdef HAS_VSPRINTF +DEFINES= -DHAS_VSPRINTF +#endif + #ifdef SVRBUILD all:: update_server moira_update.o #else