File: common.h

package info (click to toggle)
procmail 3.22-27
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,128 kB
  • sloc: ansic: 9,888; sh: 1,957; makefile: 136
file content (24 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*$Id: common.h,v 1.14 2001/06/23 08:18:40 guenther Exp $*/

void
 shexec P((const char*const*argv))  __attribute__((noreturn)),
 detab P((char*p));
char
 *skpspace P((const char*chp));
int
 waitfor Q((const pid_t pid));

#ifdef NOstrcspn
int
 strcspn P((const char*const whole,const char*const sub));
#endif

#ifdef NOstrncasecmp
int
 strncasecmp Q((const char*a,const char*b,size_t l));
#endif

#define LENoffset	(TABWIDTH*LENtSTOP)
#define MAXfoldlen	(LENoffset-STRLEN(sfolder)-1)

#define NO_PROCESS	(-256)