swtpm/include
Stefan Berger 2214310d5b build-sys: Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin)
To be able to test-compile with include/swtpm/tpm_ioctl.h in configure.ac
move the definition of __USE_LINUX_IOCTL_DEFS out of the configure script
into the header file so that the #define is there when needed. In the
configure.ac script the CFLAGS were extended only after the test-compiling
to determine the HARDENING_CFLAGS and the test-compilation failed on Cygwin
(only) since the tpm_ioctl.h didn't compile because of this missing
 #define.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-04-04 19:01:56 -04:00
..
swtpm build-sys: Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin) 2022-04-04 19:01:56 -04:00
compiler_dependencies.h swtpm: Fix issues raised by -Wextra 2021-06-24 15:05:03 -04:00
Makefile.am swtpm: Fix issues raised by -Wextra 2021-06-24 15:05:03 -04:00
swtpm.h.in swtpm: Provide support for TPM2 using --tpm2 2018-08-07 12:19:46 -04:00
sys_dependencies.h headers: Add defines for little endian data conversion (OS X) 2021-10-05 13:50:45 -04:00