mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 08:50:12 -05:00
13 lines
448 B
C
13 lines
448 B
C
/* the configured options and settings for osslsigncode */
|
|
#define VERSION_MAJOR "@osslsigncode_VERSION_MAJOR@"
|
|
#define VERSION_MINOR "@osslsigncode_VERSION_MINOR@"
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
|
|
#cmakedefine ENABLE_CURL
|
|
#cmakedefine HAVE_TERMIOS_H
|
|
#cmakedefine HAVE_GETPASS
|
|
#cmakedefine HAVE_SYS_MMAN_H
|
|
#cmakedefine HAVE_MMAP
|
|
#cmakedefine HAVE_MAPVIEWOFFILE
|
|
#cmakedefine _WIN32
|