[go: up one dir, main page]

File: common.h

package info (click to toggle)
fakepop 10
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 124 kB
  • ctags: 39
  • sloc: ansic: 397; makefile: 82; sh: 26
file content (13 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (3)
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 "9"
#define URL "http://vztech.com.br/link.php?id=fakepop"

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

#endif