* renamed libiconv_config.h back to config.h - now that it no longer triggers

building of regex.c

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2008-11-13 16:24:33 +00:00
parent b898cc3709
commit fa00c3c3ff
3 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include "libiconv_config.h"
#include "config.h"
#include "localcharset.h"
#if ENABLE_EXTRA

View File

@ -19,7 +19,7 @@
/* Written by Bruno Haible <bruno@clisp.org>. */
#include "libiconv_config.h"
#include "config.h"
/* Specification. */
#include "localcharset.h"