Sat, 06 Oct 2012 21:52:50 +0200
Correct missing dependency to apache-php::with_simplexml. This flaw
left uncorrected leads to a fatal runtime failure.
michael@574 | 1 | #ifndef LOC_SETENV_H |
michael@574 | 2 | # define LOC_SETENV_H |
michael@574 | 3 | int setenv(const char *, const char *, int); |
michael@574 | 4 | #endif /* not LOC_SETENV_H */ |