diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 12:27:23 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-06 12:27:23 -0500 |
commit | 64551ae0434176b19d4abf908eee08e75890dfb6 (patch) | |
tree | 6e7c9d34a9575fe09fc0145aa848ce830cd9df04 /config.h.in | |
parent | ae93deb9b1f4c83addd90e49af35543ce0c23a38 (diff) | |
download | spmc-64551ae0434176b19d4abf908eee08e75890dfb6.tar.gz |
Cummulative work
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..cedd8a4 --- /dev/null +++ b/config.h.in @@ -0,0 +1,6 @@ +#ifndef SPM_CONFIG_IN_H +#define SPM_CONFIG_IN_H + +#cmakedefine HAVE_STRSEP 1 + +#endif //SPM_CONFIG_IN_H |