1. Patches for newer versions of gcc that make
__FUNCTION__ a variable or function instead of a string
literal.
Updated NJAMD's error printing routines to use varargs
to accomodate the changed nature of __FUNCTION__.
Fixes "syntax error before string literal" errors.
2. Patches for Solaris
Solaris requires ncurses/curses.h to avoid the
initscr32 undefined problem.
Patched configure.in, config.h.in and
include/fe/njamd.h to accomodate.
Note that you must specify --target=your_target_type to
avoid troubles with libtool - sorry, no fix for that
here :(
Patched version of njamd-0.9.3pre2 for gcc 3.4, Solaris