summaryrefslogtreecommitdiff
path: root/x11/xview-clients/patches/patch-ad
blob: 83347dcaab394d942216d3f15188eaac8423d1c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ad,v 1.2 2001/12/28 14:58:02 tron Exp $

--- olwm/gettext.h.orig	Tue Jun 29 07:11:46 1993
+++ olwm/gettext.h	Fri Dec 28 15:55:43 2001
@@ -1,4 +1,3 @@
-#ident	"@(#)gettext.h	1.7	93/06/28 SMI"
 
 /*
  *      (c) Copyright 1989 Sun Microsystems, Inc.
@@ -27,7 +26,11 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/param.h>
- 
+
+#ifndef LC_MESSAGES
+#define LC_MESSAGES 0
+#endif
+
 struct domain_binding {
     char    *domain_name;
     char    *binding;