1/*	$NetBSD$	*/
2
3#ifndef HARD_LOCALE_H_
4# define HARD_LOCALE_H_ 1
5
6# if HAVE_CONFIG_H
7#  include <config.h>
8# endif
9
10# ifndef PARAMS
11#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
12#   define PARAMS(Args) Args
13#  else
14#   define PARAMS(Args) ()
15#  endif
16# endif
17
18int hard_locale PARAMS ((int));
19
20#endif /* HARD_LOCALE_H_ */
21