diff options
Diffstat (limited to 'hints/next_3_2.sh')
-rw-r--r-- | hints/next_3_2.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hints/next_3_2.sh b/hints/next_3_2.sh index 71c9e1040f..ccdf12ae11 100644 --- a/hints/next_3_2.sh +++ b/hints/next_3_2.sh @@ -1,4 +1,8 @@ -ccflags='-D_POSIX_SOURCE -DUSE_NEXT_CTYPE' +# This file has been put together by Anno Siegel <siegel@zrz.TU-Berlin.DE> +# and Andreas Koenig <k@franz.ww.TU-Berlin.DE>. Comments, questions, and +# improvements welcome! +ccflags='-DUSE_NEXT_CTYPE' +POSIX_cflags='ccflags="-posix $ccflags"' ldflags='-u libsys_s' libswanted='dbm gdbm db' lddlflags='-r' |