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