head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.05.05.10.21.46; author jperkin; state Exp; branches; next ; commitid a6yLSk6GgF4jZBEG; desc @@ 1.1 log @swtpm: Portability, sysconfdir, and pkglint fixes. @ text @$NetBSD$ Support illumos. --- include/sys_dependencies.h.orig 2026-05-05 08:17:10.311811997 +0000 +++ include/sys_dependencies.h @@@@ -39,7 +39,7 @@@@ #define SWTPM_SYS_DEPENDENCIES_H #if !defined __OpenBSD__ && !defined __FreeBSD__ && !defined __NetBSD__ \ - && !defined __APPLE__ && !defined __DragonFly__ + && !defined __APPLE__ && !defined __DragonFly__ && !defined __illumos__ #define _GNU_SOURCE #include #endif @@@@ -70,4 +70,4 @@@@ # include #endif -#endif /* SWTPM_SYS_DEPENDENCIES_H */ \ No newline at end of file +#endif /* SWTPM_SYS_DEPENDENCIES_H */ @