Home
last modified time | relevance | path

Searched refs:SYSINST_PKG_HTTP_HOST (Results 1 – 2 of 2) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h547 #if !defined(SYSINST_PKG_HTTP_HOST)
548 #define SYSINST_PKG_HTTP_HOST "cdn.NetBSD.org" macro
563 #define SYSINST_PKGSRC_HTTP_HOST SYSINST_PKG_HTTP_HOST
H A Dmain.c154 …{"pkg http host", SYSINST_PKG_HTTP_HOST, pkg.xfer_host[XFER_HTTP], sizeof pkg.xfer_host[XFER_HTTP]…