aboutsummaryrefslogtreecommitdiff
path: root/include/omc.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-12-10 01:13:50 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-01-29 12:44:56 -0500
commitd63dd579848723b5508cf379d65956c125644f3b (patch)
tree66af2331890c9bc96a8566f5a2a58246311121d7 /include/omc.h
parent0b80d41e10000be0f7fa57c2cafd445ff1fd1aee (diff)
downloadstasis-d63dd579848723b5508cf379d65956c125644f3b.tar.gz
Add config.h.in header template
Diffstat (limited to 'include/omc.h')
-rw-r--r--include/omc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/omc.h b/include/omc.h
index bad0939..792dd90 100644
--- a/include/omc.h
+++ b/include/omc.h
@@ -13,6 +13,8 @@
#define OMC_NAME_MAX 255
#define OMC_DIRSTACK_MAX 1024
+#include "config.h"
+#include "template.h"
#include "utils.h"
#include "ini.h"
#include "conda.h"
@@ -45,6 +47,7 @@ struct OMC_GLOBAL {
struct StrList *pip_packages;
char *tmpdir;
char *conda_install_prefix;
+ char *sysconfdir;
struct Jfrog {
char *jfrog_artifactory_base_url;
char *jfrog_artifactory_product;