mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
21 lines
524 B
Plaintext
21 lines
524 B
Plaintext
$NetBSD: patch-aa,v 1.5 2005/12/01 20:19:57 wiz Exp $
|
|
|
|
--- fileio.h.orig 1996-01-06 20:46:36.000000000 +0100
|
|
+++ fileio.h
|
|
@@ -21,15 +21,6 @@
|
|
#define FOPWPBIN "w+b","ctx=stm"
|
|
#else
|
|
#ifdef UNIX
|
|
-/*
|
|
- * Directory for system-wide files. Must end in a /, ready for
|
|
- * dumb appending of the filename. (If not defined, it's not used.)
|
|
- */
|
|
-#ifdef LINUX
|
|
-# define PGP_SYSTEM_DIR "/var/lib/pgp/"
|
|
-#else
|
|
-# define PGP_SYSTEM_DIR "/usr/local/lib/pgp/"
|
|
-#endif
|
|
#define FOPRBIN "r"
|
|
#define FOPRTXT "r"
|
|
#define FOPWBIN "w"
|