Mercurial > hg > octave-kai > gnulib-hg
comparison lib/c-strncasecmp.c @ 7304:1c4ed7637c24
Include <config.h> unconditionally.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 14 Sep 2006 14:18:36 +0000 |
parents | dbf2af5391cd |
children | e8d2c6fc33ad |
comparison
equal
deleted
inserted
replaced
7303:8fa5a2dcbf3b | 7304:1c4ed7637c24 |
---|---|
1 /* c-strncasecmp.c -- case insensitive string comparator in C locale | 1 /* c-strncasecmp.c -- case insensitive string comparator in C locale |
2 Copyright (C) 1998, 1999, 2005 Free Software Foundation, Inc. | 2 Copyright (C) 1998-1999, 2005-2006 Free Software Foundation, Inc. |
3 | 3 |
4 This program is free software; you can redistribute it and/or modify | 4 This program is free software; you can redistribute it and/or modify |
5 it under the terms of the GNU General Public License as published by | 5 it under the terms of the GNU General Public License as published by |
6 the Free Software Foundation; either version 2, or (at your option) | 6 the Free Software Foundation; either version 2, or (at your option) |
7 any later version. | 7 any later version. |
13 | 13 |
14 You should have received a copy of the GNU General Public License | 14 You should have received a copy of the GNU General Public License |
15 along with this program; if not, write to the Free Software Foundation, | 15 along with this program; if not, write to the Free Software Foundation, |
16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ | 16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |
17 | 17 |
18 #ifdef HAVE_CONFIG_H | 18 #include <config.h> |
19 # include <config.h> | |
20 #endif | |
21 | 19 |
22 /* Specification. */ | 20 /* Specification. */ |
23 #include "c-strcase.h" | 21 #include "c-strcase.h" |
24 | 22 |
25 #include <limits.h> | 23 #include <limits.h> |