Browse Source

Slight improvement. Hope this will make some difference.

PEAR_1_4DEV
Moriyoshi Koizumi 23 years ago
parent
commit
fd8411635e
  1. 8
      ext/iconv/iconv.c

8
ext/iconv/iconv.c

@ -41,11 +41,11 @@
#ifdef HAVE_ICONV
#ifndef PHP_ICONV_H_PATH
#define PHP_ICONV_H_PATH <iconv.h>
#endif
#ifdef PHP_ICONV_H_PATH
#include PHP_ICONV_H_PATH
#else
#include <iconv.h>
#endif
#ifdef HAVE_GLIBC_ICONV
#include <gnu/libc-version.h>

Loading…
Cancel
Save