Blame


1 dd038bc6 2021-09-21 thomas.ad noinst_LIBRARIES = libopenbsd-compat.a
2 dd038bc6 2021-09-21 thomas.ad
3 d328e5f0 2021-10-08 thomas include $(top_builddir)/Makefile.common
4 dd038bc6 2021-09-21 thomas.ad
5 d328e5f0 2021-10-08 thomas
6 dd038bc6 2021-09-21 thomas.ad libopenbsd_compat_a_SOURCES = \
7 dd038bc6 2021-09-21 thomas.ad asprintf.c \
8 dd038bc6 2021-09-21 thomas.ad base64.c \
9 dd038bc6 2021-09-21 thomas.ad closefrom.c \
10 dd038bc6 2021-09-21 thomas.ad fmt_scaled.c \
11 dd038bc6 2021-09-21 thomas.ad freezero.c \
12 dd038bc6 2021-09-21 thomas.ad getdtablecount.c \
13 dd038bc6 2021-09-21 thomas.ad getopt.c \
14 dd038bc6 2021-09-21 thomas.ad getprogname.c \
15 dd038bc6 2021-09-21 thomas.ad imsg-buffer.c \
16 dd038bc6 2021-09-21 thomas.ad imsg.c \
17 dd038bc6 2021-09-21 thomas.ad merge.c \
18 dd038bc6 2021-09-21 thomas.ad reallocarray.c \
19 dd038bc6 2021-09-21 thomas.ad recallocarray.c \
20 dd038bc6 2021-09-21 thomas.ad strlcat.c \
21 dd038bc6 2021-09-21 thomas.ad strlcpy.c \
22 dd038bc6 2021-09-21 thomas.ad strndup.c \
23 dd038bc6 2021-09-21 thomas.ad strnlen.c \
24 dd038bc6 2021-09-21 thomas.ad strsep.c \
25 dd038bc6 2021-09-21 thomas.ad strtonum.c \
26 dd514345 2021-09-21 thomas.ad imsg.h \
27 dd514345 2021-09-21 thomas.ad queue.h \
28 dd514345 2021-09-21 thomas.ad tree.h
29 92a9e85d 2021-09-24 thomas if HOST_FREEBSD
30 92a9e85d 2021-09-24 thomas else
31 92a9e85d 2021-09-24 thomas libopenbsd_compat_a_SOURCES += uuid.c
32 92a9e85d 2021-09-24 thomas endif
33 dd038bc6 2021-09-21 thomas.ad
34 dd038bc6 2021-09-21 thomas.ad EXTRA_DIST = \
35 dd038bc6 2021-09-21 thomas.ad $(top_srcdir)/include/got_compat.h \
36 dd038bc6 2021-09-21 thomas.ad imsg.h \
37 dd038bc6 2021-09-21 thomas.ad queue.h \
38 c0faa645 2021-09-21 thomas.ad tree.h