aa1e1e619e5c34e702a8da2d97df0c3b2b883443
[ira/wip.git] / source / lib / replace / system / locale.h
1 #ifndef _system_locale_h
2 #define _system_locale_h
3
4 /* 
5    Unix SMB/CIFS implementation.
6
7    locale include wrappers
8
9    Copyright (C) Andrew Tridgell 2004
10    
11      ** NOTE! The following LGPL license applies to the replace
12      ** library. This does NOT imply that all of Samba is released
13      ** under the LGPL
14    
15    This library is free software; you can redistribute it and/or
16    modify it under the terms of the GNU Lesser General Public
17    License as published by the Free Software Foundation; either
18    version 2 of the License, or (at your option) any later version.
19
20    This library is distributed in the hope that it will be useful,
21    but WITHOUT ANY WARRANTY; without even the implied warranty of
22    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23    Lesser General Public License for more details.
24
25    You should have received a copy of the GNU Lesser General Public
26    License along with this library; if not, write to the Free Software
27    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
29 */
30
31 #ifdef HAVE_CTYPE_H
32 #include <ctype.h>
33 #endif
34
35 #ifdef HAVE_LOCALE_H
36 #include <locale.h>
37 #endif
38
39 #endif