Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
$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"