blob: ac15d2c535cc19eebaf70ee86b7d14d08a9fd0f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#ifndef LISADEFINES_H
#define LISADEFINES_H
#define MYVERSION "0.2.3"
#define MY_ID 7741
#define MYPORT 7741
#define MAX_SPECS 128
#define SELECT_TIMEOUT 7
#define EXTRACONFIGSTYLE 0
#define UNIXCONFIGSTYLE 1
#define CONFIGFILEBASENAME "lisarc"
#define STRICTCONFIGFILEBASENAME "reslisarc"
#define STRICTMODEMAXHOSTS 64
#endif
|