We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be940f commit 6870819Copy full SHA for 6870819
Makefile.am
@@ -20,6 +20,7 @@ endif
20
AM_CPPFLAGS += -D SCONFDIR='"@SCONFDIR@"'
21
22
noinst_LTLIBRARIES = libmodule.la
23
+libmodule_la_CFLAGS = -D__STDC_WANT_LIB_EXT1__=1
24
libmodule_la_SOURCES = pam-u2f.c
25
libmodule_la_SOURCES += b64.c b64.h
26
libmodule_la_SOURCES += debug.c debug.h
explicit_bzero.c
@@ -5,7 +5,6 @@
5
* Written by Ted Unangst
6
*/
7
8
-#define __STDC_WANT_LIB_EXT1__ 1
9
#include <string.h>
10
11
/*
pamu2fcfg/Makefile.am
@@ -5,6 +5,7 @@ AM_CPPFLAGS = -I$(srcdir)/.. $(LIBFIDO2_CFLAGS)
bin_PROGRAMS = pamu2fcfg
+pamu2fcfg_CFLAGS = -D__STDC_WANT_LIB_EXT1__=1
pamu2fcfg_SOURCES = pamu2fcfg.c
pamu2fcfg_SOURCES += readpassphrase.c _readpassphrase.h
pamu2fcfg_SOURCES += strlcpy.c openbsd-compat.h
0 commit comments