setlocale.h revision 24694
122428Sjoerg#ifndef _SETLOCALE_H
222428Sjoerg#define _SETLOCALE_H
322330Sache/*
422330Sache * Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
522330Sache * All rights reserved.
622330Sache *
722330Sache * Redistribution and use in source and binary forms, with or without
822330Sache * modification, are permitted provided that the following conditions
922330Sache * are met:
1022330Sache * 1. Redistributions of source code must retain the above copyright
1122330Sache *    notice, this list of conditions and the following disclaimer.
1222330Sache * 2. Redistributions in binary form must reproduce the above copyright
1322330Sache *    notice, this list of conditions and the following disclaimer in the
1422330Sache *    documentation and/or other materials provided with the distribution.
1522330Sache *
1622330Sache * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
1722330Sache * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1822330Sache * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1922330Sache * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2022330Sache * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2122330Sache * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2222330Sache * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2322330Sache * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2422330Sache * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2522330Sache * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2622330Sache * SUCH DAMAGE.
2722330Sache */
2822330Sache
2922330Sache#define ENCODING_LEN 31
3024694Sache#define CATEGORY_LEN 11
3122330Sache
3222428Sjoergextern char *_PathLocale;
3322330Sache
3422428Sjoerg#endif /* SETLOCALE_H */
35