File: libintl.h

package info (click to toggle)
ms-sys 2.1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 328 kB
  • ctags: 125
  • sloc: ansic: 1,753; makefile: 125
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#ifndef LIBINTL_H
#define LIBINTL_H

/* This file is only supposed to be used on systems which doesn't have a
   builtin libintl.h and which also miss gnu gettext */

#define NO_LIBINTL_OR_GETTEXT

#endif