-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.cmake
29 lines (23 loc) · 1 KB
/
config.h.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef RES_RSA_CONFIG_H
#define RES_RSA_CONFIG_H
#cmakedefine VERSION "@VERSION@"
#cmakedefine BINDIR "@BIN_INSTALL_DIR"
#cmakedefine SBINDIR "@SBIN_INSTALL_DIR"
#cmakedefine SYSCONFDIR "@SYSCONF_INSTALL_DIR"
#cmakedefine LOCALSTATEDIR "@LOCALSTATE_INSTALL_DIR"
#cmakedefine MANDIR "@MAN_INSTALL_DIR"
#cmakedefine DATADIR "@DATA_INSTALL_DIR"
#cmakedefine LIBDIR "@LIB_INSTALL_DIR"
#cmakedefine HAVE_TIME_H
#cmakedefine SIZEOF_UNSIGNED_CHAR "SIZEOF_UNSIGNED_CHAR}
#cmakedefine SIZEOF_UNSIGNED_SHORT ${SIZEOF_UNSIGNED_SHORT}
#cmakedefine SIZEOF_UNSIGNED_INT ${SIZEOF_UNSIGNED_INT}
#cmakedefine SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
#cmakedefine SIZEOF_UNSIGNED_LONG_LONG ${SIZEOF_UNSIGNED_LONG_LONG}
#cmakedefine SIZEOF_SIGNED_CHAR ${SIZEOF_SIGNED_CHAR}
#cmakedefine SIZEOF_SIGNED_SHORT ${SIZEOF_SIGNED_SHORT}
#cmakedefine SIZEOF_SIGNED_INT ${SIZEOF_SIGNED_INT}
#cmakedefine SIZEOF_SIGNED_LONG ${SIZEOF_SIGNED_LONG}
#cmakedefine SIZEOF_SIGNED_LONG_LONG ${SIZEOF_SIGNED_LONG_LONG}
#cmakedefine HAVE_STRFTIME
#endif