summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/info.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-06 00:51:50 +0000
committerjkh <jkh@FreeBSD.org>1994-12-06 00:51:50 +0000
commit773a5f451d951042f1a9541533ee9b5c97430c39 (patch)
tree769d2ca49d84039a97bd74c4ce202b318da0828a /usr.sbin/pkg_install/info/info.h
parentf9dc382f6c8f8900550f2f35436613d329df120d (diff)
downloadFreeBSD-src-773a5f451d951042f1a9541533ee9b5c97430c39.zip
FreeBSD-src-773a5f451d951042f1a9541533ee9b5c97430c39.tar.gz
Many of John T. Kohl's patches from NetBSD. Thanks, John!
Submitted by: jkohl
Diffstat (limited to 'usr.sbin/pkg_install/info/info.h')
-rw-r--r--usr.sbin/pkg_install/info/info.h23
1 files changed, 13 insertions, 10 deletions
diff --git a/usr.sbin/pkg_install/info/info.h b/usr.sbin/pkg_install/info/info.h
index b978bd4..6feb73e 100644
--- a/usr.sbin/pkg_install/info/info.h
+++ b/usr.sbin/pkg_install/info/info.h
@@ -1,4 +1,4 @@
-/* $Id: info.h,v 1.4 1993/09/04 05:06:40 jkh Exp $ */
+/* $Id: info.h,v 1.5 1993/09/08 01:46:56 jkh Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -23,15 +23,18 @@
#ifndef _INST_INFO_H_INCLUDE
#define _INST_INFO_H_INCLUDE
-#define SHOW_COMMENT 0x1
-#define SHOW_DESC 0x2
-#define SHOW_PLIST 0x4
-#define SHOW_INSTALL 0x8
-#define SHOW_DEINSTALL 0x10
-#define SHOW_REQUIRE 0x20
-#define SHOW_PREFIX 0x40
-#define SHOW_INDEX 0x80
-#define SHOW_FILES 0x100
+#define SHOW_COMMENT 0x0001
+#define SHOW_DESC 0x0002
+#define SHOW_PLIST 0x0004
+#define SHOW_INSTALL 0x0008
+#define SHOW_DEINSTALL 0x0010
+#define SHOW_REQUIRE 0x0020
+#define SHOW_PREFIX 0x0040
+#define SHOW_INDEX 0x0080
+#define SHOW_FILES 0x0100
+#define SHOW_DISPLAY 0x0200
+#define SHOW_REQBY 0x0400
+#define SHOW_MTREE 0x0800
extern int Flags;
extern Boolean AllInstalled;
OpenPOWER on IntegriCloud