Current File : //usr/include/pkglocs.h
/*	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T	*/
/*	  All Rights Reserved  	*/


#ifndef	_PKGLOCS_H
#define	_PKGLOCS_H

#ifdef	__cplusplus
extern "C" {
#endif

#define	PKGOLD	"/usr/options"
#define	PKGLOC	"/var/sadm/pkg"
#define	PKGADM	"/var/sadm/install"
#define	PKGBIN	"/usr/sadm/install/bin"
#define	PKGSCR	"/usr/sadm/install/scripts"

#ifdef	__cplusplus
}
#endif

#endif	/* _PKGLOCS_H */