home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Author: reggers $
- * $Date: 91/11/18 09:44:38 $
- * $Header: /ccs/export/share/ftp/pub/unix/utilities/sendoprd/RCS/sendoprd.h,v 1.1 91/11/18 09:44:38 reggers Exp $
- *
- * Various defines used by this code. Customize here.
- */
-
- #ifndef DISPLAY
- #define DISPLAY "operator:0.0"
- #endif
-
- /* where is the Xmessage service, what should it be titled? */
-
- #ifndef XMESSAGE
- #define XMESSAGE "/usr/bin/X11/xmessage"
- #endif
-
- #ifndef NAME
- #define NAME "Important"
- #endif
-
- #ifndef TITLE
- #define TITLE "Important"
- #endif
-
- /* where are files spooled for processing? */
-
- #ifndef SPOOL
- #define SPOOL "/usr/spool/sendoprd/"
- #endif
-
- #ifndef BUSYLOCK
- #define BUSYLOCK "./.busy"
- #endif
-
- #ifndef SPLRC
- #define SPLRC "./.splrc"
- #endif
-
- /* file creation mask */
-
- #ifndef UMASK
- #define UMASK 037
- #endif
-