Home | History | Annotate | Line # | Download | only in at
at.h revision 1.4.10.2
      1  1.4.10.2  lukem /*	$NetBSD: at.h,v 1.4.10.2 2007/07/18 01:06:09 lukem Exp $	*/
      2  1.4.10.2  lukem 
      3  1.4.10.2  lukem /*
      4  1.4.10.2  lukem  *  at.h -  header for at(1)
      5  1.4.10.2  lukem  *  Copyright (C) 1993  Thomas Koenig
      6  1.4.10.2  lukem  *
      7  1.4.10.2  lukem  * Redistribution and use in source and binary forms, with or without
      8  1.4.10.2  lukem  * modification, are permitted provided that the following conditions
      9  1.4.10.2  lukem  * are met:
     10  1.4.10.2  lukem  * 1. Redistributions of source code must retain the above copyright
     11  1.4.10.2  lukem  *    notice, this list of conditions and the following disclaimer.
     12  1.4.10.2  lukem  * 2. The name of the author(s) may not be used to endorse or promote
     13  1.4.10.2  lukem  *    products derived from this software without specific prior written
     14  1.4.10.2  lukem  *    permission.
     15  1.4.10.2  lukem  *
     16  1.4.10.2  lukem  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
     17  1.4.10.2  lukem  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     18  1.4.10.2  lukem  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     19  1.4.10.2  lukem  * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
     20  1.4.10.2  lukem  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     21  1.4.10.2  lukem  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     22  1.4.10.2  lukem  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     23  1.4.10.2  lukem  * THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     24  1.4.10.2  lukem  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     25  1.4.10.2  lukem  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     26  1.4.10.2  lukem  *
     27  1.4.10.2  lukem  * From: $OpenBSD: at.h,v 1.3 1997/03/01 23:40:09 millert Exp $
     28  1.4.10.2  lukem  */
     29  1.4.10.2  lukem 
     30  1.4.10.2  lukem extern int fcreated;
     31  1.4.10.2  lukem extern char atfile[];
     32  1.4.10.2  lukem extern char atverify;
     33  1.4.10.2  lukem 
     34  1.4.10.2  lukem #define AT_MAXJOBS	255	/* max jobs outstanding per user */
     35  1.4.10.2  lukem #define AT_VERSION	2.9	/* our version number */
     36  1.4.10.2  lukem 
     37  1.4.10.2  lukem #define DEFAULT_BATCH_QUEUE	'E'
     38  1.4.10.2  lukem #define DEFAULT_AT_QUEUE	'c'
     39