summaryrefslogtreecommitdiff
path: root/audio/aumix/patches/patch-src_common_h
blob: 81e408f6c92e26ea192d3dc86b54b7a2d6bffa9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-src_common_h,v 1.1 2000/08/03 18:45:13 rh Exp $

--- src/common.h.orig	Mon Jun 26 22:51:42 2000
+++ src/common.h	Wed Jul 12 06:22:32 2000
@@ -61,14 +61,14 @@
  * Our `LOCAL_TEXT(STRING)' macro stands in for gettext (STRING)' when using
  * NLS, and simply returns STRING otherwise.
  */
-#ifdef HAVE_NLS
+#if 1
 #define LOCAL_TEXT(string) gettext (string)
 #ifdef gettext_noop
 #define LOCAL_TEXT_NOOP(string) gettext_noop(string)
 #else
 #define LOCAL_TEXT_NOOP(string) (string)
 #endif				/* gettext_noop */
-#ifdef HAVE_LIBINTL_H
+#if 1
 #include <libintl.h>
 #include <locale.h>
 #endif				/* HAVE_LIBINTL_H */