diff options
Diffstat (limited to 'config/freebsd2.2.1')
-rw-r--r-- | config/freebsd2.2.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/freebsd2.2.1 b/config/freebsd2.2.1 new file mode 100644 index 0000000..681f7a9 --- /dev/null +++ b/config/freebsd2.2.1 @@ -0,0 +1,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 |