We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2851198 commit dc51aafCopy full SHA for dc51aaf
sos_config.h.in
@@ -0,0 +1,7 @@
1
+#ifndef __SOS_CONFIG_H
2
+#define __SOS_CONFIG_H
3
+#define SOS_VERSION_MAJOR @SOS_VERSION_MAJOR@
4
+#define SOS_VERSION_MINOR @SOS_VERSION_MINOR@
5
+#define SOS_CONFIG_PATH "SOS_CONFIG_PATH" /* environment variable to set configuration path */
6
+#define SOS_CONFIG_PATH_DEFAULT "@SOS_CONFIG_PATH_DEFAULT@" /* default root */
7
+#endif
0 commit comments