forked from DinoTools/dionaea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h.cmake
More file actions
24 lines (17 loc) · 710 Bytes
/
config.h.cmake
File metadata and controls
24 lines (17 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine DIONAEA_USER "@DIONAEA_USER@"
#cmakedefine DIONAEA_GROUP "@DIONAEA_GROUP@"
#cmakedefine DIONAEA_GIT_REVISION "@DIONAEA_GIT_REVISION@"
#define DIONAEA_CONFDIR "${DIONAEA_CONFDIR}"
#define DIONAEA_MODDIR "${DIONAEA_MODDIR}"
#define DIONAEA_PYTHON_SITELIBDIR "${DIONAEA_PYTHON_SITELIBDIR}"
#define DIONAEA_RUNDIR "${DIONAEA_RUNDIR}"
#define DIONAEA_VERSION "${DIONAEA_VERSION}"
#define DEBUG "${DEBUG}"
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
#define LOCALSTATEDIR "${CMAKE_INSTALL_LOCALSTATEDIR}"
#define LOCALESTATEDIR "${CMAKE_INSTALL_LOCALSTATEDIR}"
#define PYTHON_PATH "${PYTHON_EXECUTABLE}"
#cmakedefine CAN_BIND_IPV4_MAPPED_IPV6
#endif /* CONFIG_H */