summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
blob: 9535d66c7e8367950365b44e12818b22cacfe05d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
#ifndef CONFIG_H
#define CONFIG_H

#define VERSION "${VERSION}"

#ifndef __cplusplus
# define inline ${C_INLINE_KEYWORD}
#endif

#cmakedefine HAVE_HTONLL

#endif /* CONFIG_H */