Skip to content
Snippets Groups Projects
Commit 15fc4940 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

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: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarVinicius Ruoso <vkr07@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent bcb7e7c4
Branches
Tags
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
/* Definitions */ /* Definitions */
#define VERSIONFILE "conf/version" #define VERSIONFILE "conf/version"
#define EXEFILE "bin/client"
#define COLLECTDATAFILE "../data/collect-data.xml" #define COLLECTDATAFILE "../data/collect-data.xml"
#define UPDATEOPTION "update" #define UPDATEOPTION "update"
#define INVENTORYOPTION "inventory" #define INVENTORYOPTION "inventory"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment