1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Do not require iconv for dbase conversion.

This commit is contained in:
Bruce Momjian
2001-12-21 05:29:46 +00:00
parent 5446b1ba72
commit 491545fff4
3 changed files with 14 additions and 7 deletions

View File

@ -7,8 +7,6 @@
*/
#include "postgres_fe.h"
#define HAVE_ICONV_H /* should be somewhere else */
#include <fcntl.h>
#include <unistd.h>
#include <ctype.h>