File: defaults.h

package info (click to toggle)
vreng 1.6.3-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,400 kB
  • ctags: 3,097
  • sloc: ansic: 15,988; sh: 1,845; perl: 1,330; makefile: 59
file content (25 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
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
#ifndef DEFAULTS_H
#define DEFAULTS_H

#define WELCOMESTRING	"Welcome to VREng.\n"

#define DEF_URL_CFG	"http://www.infres.enst.fr/net/vreng/cfg/world.cfg"
#define DEF_FRONT_GIF	"http://www.infres.enst.fr/net/vreng/gif/default.gif"
#define DEF_BACK_GIF	"http://www.infres.enst.fr/net/vreng/gif/default.1.gif"

#define DEF_GROUP	"224.255.0.0"
#define DEF_PORT	52666
#define DEF_TTL		15
#define DEF_CHANNEL	"224.255.0.0/52666/15"
#define INITIAL_CHANNEL	"224.255.0.1/52666/15"

#define NBCOLORS	225

#define DEF_WIDTH3D	400
#define DEF_HEIGHT3D	300

#ifndef NZERO
#define NZERO		20
#endif

#endif /* DEFAULTS_H */