File: acconfig.h

package info (click to toggle)
at 3.1.10.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 476 kB
  • ctags: 253
  • sloc: sh: 2,842; ansic: 2,215; yacc: 550; makefile: 206; lex: 92
file content (34 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

@BOTTOM@

/* Define location of spool directories */

#undef SPOOLDIR

/* Define location for PID file */

#undef PIDFILE

/* Define mail command for sending */

#undef SENDMAIL

/* Where do we place out input directories? */

#undef ATJOB_DIR

/* Where do we spool our output? */

#undef ATSPOOL_DIR

/* What's the name of our PID file? */

#undef PIDFILE

/* Default queues for at and batch */

#undef DEFAULT_AT_QUEUE

#undef DEFAULT_BATCH_QUEUE

#undef HAVE_ATTRIBUTE_NORETURN