diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:13:50 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-01-29 12:44:56 -0500 |
commit | d63dd579848723b5508cf379d65956c125644f3b (patch) | |
tree | 66af2331890c9bc96a8566f5a2a58246311121d7 /include/config.h.in | |
parent | 0b80d41e10000be0f7fa57c2cafd445ff1fd1aee (diff) | |
download | stasis-d63dd579848723b5508cf379d65956c125644f3b.tar.gz |
Add config.h.in header template
Diffstat (limited to 'include/config.h.in')
-rw-r--r-- | include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in new file mode 100644 index 0000000..85e1a2f --- /dev/null +++ b/include/config.h.in @@ -0,0 +1,6 @@ +#ifndef OMC_CONFIG_H +#define OMC_CONFIG_H + +#define OMC_SYSCONFDIR "@SYSCONFDIR@/omc" + +#endif // OMC_CONFIG_H
\ No newline at end of file |