Index: trunk/config.h.in =================================================================== --- trunk/config.h.in (revision 24815) +++ trunk/config.h.in (revision 24816) @@ -278,6 +278,7 @@ # define opendir never_use_opendir__use_pcb_opendir # define readdir never_use_readdir__use_pcb_readdir # define closedir never_use_closedir__use_pcb_closedir +# define access never_use_access__use_pcb_file_readable # endif #endif Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 24815) +++ trunk/scconfig/Rev.h (revision 24816) @@ -1 +1 @@ -static const int myrev = 24815; +static const int myrev = 24816; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 24815) +++ trunk/scconfig/Rev.tab (revision 24816) @@ -1,4 +1,4 @@ -24815 configure safety wrapper around unlink, opendir, closedir and readdir +24816 configure safety wrapper around unlink, opendir, closedir and readdir 24736 configure make distclean fixes to really remove all generated files 24625 configure io_kicad common layer table code among read and write side 24585 configure io_kicad depends on the shape plugin for round-rect pads