home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume30
/
sendopr
/
part01
/
sendoprd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-06-20
|
802b
|
46 lines
/*
* $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