btw thats the part how my "self" compiled stuff looks like
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO do { if (fwrite( phptext, phpleng, 1, phpout )) {} } while (0)
#endif
should this file be in most cases static? so basically always use the one from svn?
or should we want this file be generated on most linux systems and only be static if requirements are not met, and on windows?