From 15fc4940c31843bf29bed7ff3e1602414fd76ca5 Mon Sep 17 00:00:00 2001
From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br>
Date: Tue, 26 Oct 2010 11:31:55 -0200
Subject: [PATCH] client.h: Added EXEFILE define to be used instead of the
 "const char *exe"

All other constant values are defines (changed to keep it standarded).

Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br>
Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br>
---
 src/client.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client.h b/src/client.h
index ff042c6..8e4fa53 100644
--- a/src/client.h
+++ b/src/client.h
@@ -31,6 +31,7 @@
 
 /* Definitions */
 #define VERSIONFILE "conf/version"
+#define EXEFILE "bin/client"
 #define COLLECTDATAFILE "../data/collect-data.xml"
 #define UPDATEOPTION "update"
 #define INVENTORYOPTION "inventory"
-- 
GitLab