Make it possible to use recode 3.5 too. (happy now Wez? :)

This commit is contained in:
foobar 2002-04-29 15:40:16 +00:00
parent 43d46c2c41
commit d066ed7c0e
2 changed files with 23 additions and 4 deletions

View file

@ -30,8 +30,10 @@
#if HAVE_LIBRECODE
/* For recode 3.5 */
#if HAVE_BROKEN_RECODE
extern char *program_name;
char *program_name = "php";
#endif
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>