diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 09:22:57 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 10:19:08 (GMT) |
commit | 71cdb52799220f8d9052643baf1d3e9836a9c755 (patch) | |
tree | 27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /gl/localcharset.c | |
parent | f7afa46586645e50498d8b2d0c67884f014dc3a4 (diff) | |
download | monitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz |
Sync with gnulib
Diffstat (limited to 'gl/localcharset.c')
-rw-r--r-- | gl/localcharset.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gl/localcharset.c b/gl/localcharset.c index 4f31948..68679cf 100644 --- a/gl/localcharset.c +++ b/gl/localcharset.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* Determine a canonical name for the current locale's character encoding. | 1 | /* Determine a canonical name for the current locale's character encoding. |
2 | 2 | ||
3 | Copyright (C) 2000-2006 Free Software Foundation, Inc. | 3 | Copyright (C) 2000-2006, 2008 Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
@@ -34,7 +34,9 @@ | |||
34 | 34 | ||
35 | #if defined __EMX__ | 35 | #if defined __EMX__ |
36 | /* Assume EMX program runs on OS/2, even if compiled under DOS. */ | 36 | /* Assume EMX program runs on OS/2, even if compiled under DOS. */ |
37 | # define OS2 | 37 | # ifndef OS2 |
38 | # define OS2 | ||
39 | # endif | ||
38 | #endif | 40 | #endif |
39 | 41 | ||
40 | #if !defined WIN32_NATIVE | 42 | #if !defined WIN32_NATIVE |