diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-01 23:40:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-01 23:40:13 +0000 |
commit | cebd26ca95c8ec2ad44a2d722c369feeb72a4b5d (patch) | |
tree | 20ada13dff8a81a3a4e3c603dd290ce39f46bf3d /usr.bin/at/at.h | |
parent | f7c17ce3922e56d34d748f6e157ed1c9a91c58d1 (diff) |
Merge in changes from at 2.9
Diffstat (limited to 'usr.bin/at/at.h')
-rw-r--r-- | usr.bin/at/at.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 46b07919f31..e752b642a57 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -1,10 +1,9 @@ -/* $OpenBSD: at.h,v 1.2 1996/06/26 05:31:28 deraadt Exp $ */ +/* $OpenBSD: at.h,v 1.3 1997/03/01 23:40:09 millert Exp $ */ /* $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $ */ /* - * at.h - header for at(1) - * Copyright (c) 1993 by Thomas Koenig - * All rights reserved. + * at.h - header for at(1) + * Copyright (C) 1993 Thomas Koenig * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -18,15 +17,13 @@ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $ */ extern int fcreated; @@ -35,3 +32,7 @@ extern char atfile[]; extern char atverify; #define AT_MAXJOBS 255 /* max jobs outstanding per user */ +#define AT_VERSION 2.9 /* our version number */ + +#define DEFAULT_BATCH_QUEUE 'E' +#define DEFAULT_AT_QUEUE 'c' |