| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Configuration |
Configuration |
| 9 |
$Id: config.h,v 1.9 2002/07/24 09:00:11 weaselp Exp $ */ |
$Id: config.h,v 1.10 2002/08/20 19:49:33 rabbi Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#ifndef _CONFIG_H |
#ifndef _CONFIG_H |
| 123 |
#error "The GUI requires Win32!" |
#error "The GUI requires Win32!" |
| 124 |
#endif |
#endif |
| 125 |
|
|
| 126 |
|
#if defined(WIN32) && !defined(_USRDLL) |
| 127 |
|
#define DLLIMPORT __declspec(dllimport) |
| 128 |
|
#else |
| 129 |
|
#define DLLIMPORT |
| 130 |
|
#endif |
| 131 |
|
|
| 132 |
/** Constants *********************************************************/ |
/** Constants *********************************************************/ |
| 133 |
|
|
| 134 |
/* Give up if a file is larger than BUFFER_MAX bytes: */ |
/* Give up if a file is larger than BUFFER_MAX bytes: */ |
| 223 |
extern char PGPREMPUBRING[]; |
extern char PGPREMPUBRING[]; |
| 224 |
extern char PGPREMPUBASC[]; |
extern char PGPREMPUBASC[]; |
| 225 |
extern char PGPREMSECRING[]; |
extern char PGPREMSECRING[]; |
| 226 |
extern char NYMSECRING[]; |
DLLIMPORT extern char NYMSECRING[]; |
| 227 |
extern char NYMDB[]; |
extern char NYMDB[]; |
| 228 |
|
|
| 229 |
/* string constants */ |
/* string constants */ |
| 289 |
extern int BINFILTER; |
extern int BINFILTER; |
| 290 |
extern long PACKETEXP; |
extern long PACKETEXP; |
| 291 |
extern long IDEXP; |
extern long IDEXP; |
| 292 |
extern int VERBOSE; |
DLLIMPORT extern int VERBOSE; |
| 293 |
extern long SENDPOOLTIME; |
extern long SENDPOOLTIME; |
| 294 |
extern int NUMCOPIES; |
extern int NUMCOPIES; |
| 295 |
extern char CHAIN[]; |
extern char CHAIN[]; |
| 297 |
extern int MINREL; |
extern int MINREL; |
| 298 |
extern int RELFINAL; |
extern int RELFINAL; |
| 299 |
extern long MAXLAT; |
extern long MAXLAT; |
| 300 |
extern char PGPPUBRING[]; |
DLLIMPORT extern char PGPPUBRING[]; |
| 301 |
extern char PGPSECRING[]; |
DLLIMPORT extern char PGPSECRING[]; |
| 302 |
extern char PASSPHRASE[]; |
extern char PASSPHRASE[]; |
| 303 |
extern long POP3TIME; |
extern long POP3TIME; |
| 304 |
extern int POP3DEL; |
extern int POP3DEL; |