summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-04-07 11:40:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-04-07 11:40:55 +0200
commit31b5112b7368b881f7fc958110140614a2edd2f8 (patch)
tree4d5baf816ea07090ead64cfa558b752c19657b1a /lib
parent59fd84bd7f3e7ba99553d4ca7adc223a1a87ccfc (diff)
downloadbarebox-31b5112b7368b881f7fc958110140614a2edd2f8.tar.gz
barebox-31b5112b7368b881f7fc958110140614a2edd2f8.tar.xz
[general] remove HAVE_CONFIG_H
Diffstat (limited to 'lib')
-rw-r--r--lib/fnmatch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fnmatch.c b/lib/fnmatch.c
index 86968bc9c4..223b9d3cda 100644
--- a/lib/fnmatch.c
+++ b/lib/fnmatch.c
@@ -15,10 +15,6 @@ License along with this library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
/* Enable GNU extensions in fnmatch.h. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1