blob: 1e4b684f8335388a0ca12b0365c2d238e6acf418 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.1.1.1 2000/10/30 00:41:54 mjl Exp $
--- biewlib/sysdep/generic/unix/os_dep.c.orig Mon Oct 30 01:13:55 2000
+++ biewlib/sysdep/generic/unix/os_dep.c Mon Oct 30 01:14:32 2000
@@ -29,7 +29,9 @@
#include "biewlib/biewlib.h"
#include "console.h"
+#ifndef LIBDIR
#define LIBDIR "/usr/lib"
+#endif
static char _ini_name[FILENAME_MAX + 1];
static char _rc_dir_name[FILENAME_MAX + 1];
|