aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 14bd38df2d685eeb9f1b3820bb7f0add792623d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PREFIX    = /usr
MANPREFIX = $(PREFIX)/share/man

CC = c99

CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS   =
LDFLAGS  =

DEFAULT_SUPPORT = true
# Set to "true" to enable all algorithms that are not explicitly disabled.
# Set to "false" to disable all algorithms that are not explicitly enabled.