home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
misc
/
multiuser
/
src
/
library
/
multiuser_locale.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-29
|
2KB
|
79 lines
#ifndef MULTIUSER_LOCALE_H
#define MULTIUSER_LOCALE_H
/****************************************************************************/
/* This file was created automatically by CatComp.
* Do NOT edit by hand!
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifdef CATCOMP_ARRAY
#undef CATCOMP_NUMBERS
#undef CATCOMP_STRINGS
#define CATCOMP_NUMBERS
#define CATCOMP_STRINGS
#endif
#ifdef CATCOMP_BLOCK
#undef CATCOMP_STRINGS
#define CATCOMP_STRINGS
#endif
/****************************************************************************/
#ifdef CATCOMP_NUMBERS
#define MSG_OK 0
#define MSG_RESUME 1
#define MSG_WARNING_GUI 2
#define MSG_LOGINREQ_GUI 3
#define MSG_LOGINPROMPT_GUI 4
#define MSG_LOGINREQ_CON 5
#define MSG_LOGINPROMPT_CON 6
#define MSG_PASSWDPROMPT_GUI 7
#define MSG_PASSWDPROMPT_CON 8
#define MSG_LOGINFAIL_GUI 9
#define MSG_LOGINFAIL_CON 10
#define MSG_LASTLOGIN 11
#define MSG_FIRSTLOGIN 12
#define MSG_NOMUFS 100
#define MSG_NOCONFIGFILE 101
#define MSG_BADKEYFILE 102
#define MSG_BADENTRY_PASSWD 103
#define MSG_BADENTRY_GROUP 104
#define MSG_BADVALUE_CONFIG 105
#define MSG_BADOPTION_CONFIG 106
#define MSG_TOOMANYSECGROUPS 107
#define MSG_LOG_STARTUP 200
#define MSG_LOG_LOGIN 201
#define MSG_LOG_LOGINFAIL 202
#define MSG_LOG_PASSWD 203
#define MSG_LOG_PASSWDFAIL 204
#define MSG_LOG_CHECKPASSWD 205
#define MSG_LOG_CHECKPASSWDFAIL 206
#endif /* CATCOMP_NUMBERS */
/****************************************************************************/
struct LocaleInfo
{
APTR li_LocaleBase;
APTR li_Catalog;
};
#endif /* MULTIUSER_LOCALE_H */