1999-04-16 20:15:38 +08:00
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
#ifdef _OSD_POSIX
|
|
|
|
#ifndef APACHE
|
2000-02-26 11:20:55 +08:00
|
|
|
#error On this EBCDIC platform, PHP is only supported as an Apache module.
|
1999-04-16 20:15:38 +08:00
|
|
|
#else /*APACHE*/
|
|
|
|
#ifndef CHARSET_EBCDIC
|
|
|
|
#define CHARSET_EBCDIC /* this machine uses EBCDIC, not ASCII! */
|
|
|
|
#endif
|
|
|
|
#include "ebcdic.h"
|
|
|
|
#endif /*APACHE*/
|
|
|
|
#endif /*_OSD_POSIX*/
|
|
|
|
|
|
|
|
char * gdttf(gdImage *im, int *brect, int fg, char *fontname,
|
2000-02-09 06:21:43 +08:00
|
|
|
double ptsize, double angle, int x, int y, char *str);
|
1999-04-16 20:15:38 +08:00
|
|
|
|