blob: 681f7a9414b75256b1ca373071f113f355a48884 (
plain)
1
2
3
4
5
6
7
|
# 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
|