Remove unnecessary NLS definitions from system.h
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Jan 2010 12:28:47 +0000 (14:28 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 5 Jan 2010 12:29:48 +0000 (14:29 +0200)
commit53ab5419843aab2ddda25bfa96e228af8beeead8
tree44da2f4fa1ee9b193bc9b2edc2eb1141e8b2863d
parent78335417a01caa3c079afe24258efcf4875820ee
Remove unnecessary NLS definitions from system.h
- all uses of dgettext() and friends are already protected by
  appropriate ifdef's, no need to provide dummy defines here
- setlocale() and <locale.h> are required by C89, C99 and POSIX .. assume
  its there and if not, one can disable the whole thing with --disable-nls
configure.ac
system.h