2010-12-17 11:13:04 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
nobase_include_HEADERS = \
|
|
|
|
bsd/sys/bitstring.h \
|
|
|
|
bsd/sys/cdefs.h \
|
|
|
|
bsd/sys/endian.h \
|
2018-06-14 20:38:32 +02:00
|
|
|
bsd/sys/param.h \
|
2010-12-17 11:13:04 +01:00
|
|
|
bsd/sys/poll.h \
|
|
|
|
bsd/sys/queue.h \
|
2017-06-05 05:43:26 +02:00
|
|
|
bsd/sys/time.h \
|
2010-12-17 11:13:04 +01:00
|
|
|
bsd/sys/tree.h \
|
|
|
|
bsd/netinet/ip_icmp.h \
|
2012-01-12 18:16:55 +01:00
|
|
|
bsd/bitstring.h \
|
2010-12-17 11:13:04 +01:00
|
|
|
bsd/bsd.h \
|
|
|
|
bsd/err.h \
|
|
|
|
bsd/getopt.h \
|
2021-02-06 23:43:12 +01:00
|
|
|
bsd/grp.h \
|
2018-05-21 00:20:49 +02:00
|
|
|
bsd/inttypes.h \
|
2010-12-17 11:13:04 +01:00
|
|
|
bsd/libutil.h \
|
2021-02-06 23:43:12 +01:00
|
|
|
bsd/pwd.h \
|
2010-12-17 11:13:04 +01:00
|
|
|
bsd/readpassphrase.h \
|
|
|
|
bsd/stdio.h \
|
|
|
|
bsd/stdlib.h \
|
|
|
|
bsd/string.h \
|
2014-06-26 21:43:55 +02:00
|
|
|
bsd/stringlist.h \
|
2013-10-11 05:43:42 +02:00
|
|
|
bsd/timeconv.h \
|
2010-12-17 11:13:04 +01:00
|
|
|
bsd/unistd.h \
|
|
|
|
bsd/vis.h \
|
2012-11-23 17:16:43 +01:00
|
|
|
bsd/wchar.h \
|
2022-11-23 23:28:34 +01:00
|
|
|
# EOL
|
2023-04-04 23:59:05 +02:00
|
|
|
|
|
|
|
if NEED_MD5
|
|
|
|
nobase_include_HEADERS += \
|
|
|
|
bsd/md5.h \
|
|
|
|
# EOL
|
|
|
|
endif
|
|
|
|
|
|
|
|
if NEED_NLIST
|
|
|
|
nobase_include_HEADERS += \
|
|
|
|
bsd/nlist.h \
|
|
|
|
# EOL
|
|
|
|
endif
|