mirror of
https://github.com/MariaDB/server.git
synced 2025-02-21 21:03:09 +01:00
13 lines
491 B
C
13 lines
491 B
C
/**************************************************************************/
|
|
/* NLS messsages definition. */
|
|
/**************************************************************************/
|
|
#if defined(FRENCH)
|
|
#if defined(CPX)
|
|
#include "frmsg1.h"
|
|
#else /* not CPX */
|
|
#include "frmsg2.h"
|
|
#endif /* CPX */
|
|
#else /* not FRENCH */
|
|
#include "engmsg.h"
|
|
#endif /* FRENCH */
|
|
/* ---------------------------------------------------------------------- */
|