mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
2127ede122
directory structure
17 lines
420 B
C
17 lines
420 B
C
/* $Id$ */
|
|
|
|
#ifdef _OSD_POSIX
|
|
#ifndef APACHE
|
|
#error On this EBCDIC platform, PHP3 is only supported as an Apache module.
|
|
#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,
|
|
double ptsize, double angle, int x, int y, char *string);
|
|
|