Remove mention of HAVE_STDARG_H

In the docs there is a minor mention of the unused HAVE_STDARG_H symbol
which is not used in libgd anymore. The <stdarg.h> header is part of C89
standard headers anyway and can be included unconditionally.
master
Peter Kokot 2018-09-06 16:37:35 +02:00 committed by Mike Frysinger
parent 5fa75ace15
commit 0691a6c194
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ SJIS encoding のフォントが使用できます。
漢字コードの変換に OS 付属の iconv() を使う場合は
CFLAGS に -DHAVE_ICONV を付けてコンパイルしてください。
この場合に -DHAVE_STDARG_H と も付けておくと
漢字コード変換の際にエラーが発生した場合に適切なメッセージを
表示するようになります。