File: common.h

package info (click to toggle)
fakepop 7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 104 kB
  • ctags: 39
  • sloc: ansic: 397; makefile: 82; sh: 26
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Id: common.h,v 1.1.1.1 2004/11/30 19:34:52 pzn Exp $ */

#ifndef _common_h
#define _common_h

#define PROGRAM_VERSION "7"
#define URL "http://vztech.com.br/software/fakepop/"

#define MSG_MAX_LINE_SIZE 4100
#define MSGDIR "/etc/fakepop/" /* MSGDIR must end with a slash */
#define CMD_MAX_SIZE 64

#endif