From: Rafael L. <rla...@us...> - 2003-10-10 08:45:57
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv28526 Modified Files: plConfig.h.in Log Message: Removed #undef *_DIR The *_DIR #defines are only needed in plConfg.h, which is included in user programs. These #defines are only needed at build time by the core functions of the PLplot library. Since they are already included in config.h (thanks to the AC_DEFINE_UNQUOTED calls in configure.ac) and this later file is included by plConfig.h at build time, then they can be deleted from plConfig.h.in. |