blob: 4a7778e8f12570b6b5b1660f052eb74e98b86fb3 (
plain)
1
2
3
4
5
6
7
8
|
# Site configuration -- do not distribute this file.
if test "x$CFLAGS" = "x"; then
CFLAGS="-g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings \
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
-Wnested-externs"
fi
|