]> andersk Git - moira.git/commitdiff
deal with HAS_VSPRINTF for log.c
authormar <mar>
Fri, 8 Mar 1991 17:46:10 +0000 (17:46 +0000)
committermar <mar>
Fri, 8 Mar 1991 17:46:10 +0000 (17:46 +0000)
update/Imakefile

index 4d9bd481d4ba4a7677493f87215c9b6cb2e42819..1a558be48476a5cdbc7a186175243eaa11d1835d 100644 (file)
@@ -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
This page took 0.040373 seconds and 5 git commands to generate.