deployd/server/include/conf.h
Arija A. d878187ccd
Begin work on client
Signed-off-by: Arija A. <ari@ari.lt>
2025-07-24 02:38:50 +03:00

14 lines
285 B
C

#ifndef DEPLOYD_CONF_H_
#define DEPLOYD_CONF_H_
/* Your build configuration goes here. */
#ifndef DP_DIR
#define DP_DIR "/etc/deployd"
#endif /* DP_DIR */
#ifndef DP_SCRIPTS_DIR
#define DP_SCRIPTS_DIR "/etc/deployd/scripts"
#endif /* DP_SCRIPTS_DIR */
#endif /* DEPLOYD_CONF_H_ */