]> andersk Git - moira.git/blobdiff - update/Imakefile
deal with HAS_VSPRINTF for log.c
[moira.git] / 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.148973 seconds and 4 git commands to generate.