* s/cpu/CPU/
[dragonfly.git] / usr.sbin / pkg_install / delete / delete.h
1 /*
2  * FreeBSD install - a package for the installation and maintainance
3  * of non-core utilities.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  *
14  * Jordan K. Hubbard
15  * 18 July 1993
16  *
17  * Include and define various things wanted by the delete command.
18  *
19  * $FreeBSD: src/usr.sbin/pkg_install/delete/delete.h,v 1.8 2004/06/29 19:06:41 eik Exp $
20  * $DragonFly: src/usr.sbin/pkg_install/delete/Attic/delete.h,v 1.3 2004/07/30 04:46:13 dillon Exp $
21  */
22
23 #ifndef _INST_DELETE_H_INCLUDE
24 #define _INST_DELETE_H_INCLUDE
25
26 extern char     *Prefix;
27 extern Boolean  CleanDirs;
28 extern Boolean  Interactive;
29 extern Boolean  NoDeInstall;
30 extern Boolean  Recursive;
31 extern char     *Directory;
32 extern char     *PkgName;
33 extern match_t  MatchType;
34
35 #endif  /* _INST_DELETE_H_INCLUDE */