summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/version/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/version/version.h')
-rw-r--r--usr.sbin/pkg_install/version/version.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.sbin/pkg_install/version/version.h b/usr.sbin/pkg_install/version/version.h
index c93d503..412c395 100644
--- a/usr.sbin/pkg_install/version/version.h
+++ b/usr.sbin/pkg_install/version/version.h
@@ -23,13 +23,6 @@
#ifndef _INST_VERSION_H_INCLUDE
#define _INST_VERSION_H_INCLUDE
-/* Where the ports lives by default */
-#define DEF_PORTS_DIR "/usr/ports"
-/* just in case we change the environment variable name */
-#define PORTSDIR "PORTSDIR"
-/* macro to get name of directory where we put logging information */
-#define PORTS_DIR (getenv(PORTSDIR) ? getenv(PORTSDIR) : DEF_PORTS_DIR)
-
struct index_entry {
SLIST_ENTRY(index_entry) next;
char *name;
OpenPOWER on IntegriCloud