Skip to content

Commit dc51aaf

Browse files
committed
Add missing sos_config.h.in file
Signed-off-by: Tom Tucker <[email protected]>
1 parent 2851198 commit dc51aaf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sos_config.h.in

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)