comparison src/configfile.h @ 195:76460d98b2fb noffle

[svn] * noffle.conf.example,docs/noffle.conf.5,src/configfile.h,src/configfile.c, src/protocol.c: Add new config item 'hostname' to specify the part after the @ in message IDs generated by Noffle. Patch submitted by Mirko Liss.
author bears
date Tue, 30 Oct 2001 13:16:40 +0000
parents 1c7303c71f66
children 01755687c565
comparison
equal deleted inserted replaced
194:a4e9a20e50e5 195:76460d98b2fb
1 /* 1 /*
2 configfile.h 2 configfile.h
3 3
4 Common declarations and handling of the configuration file. 4 Common declarations and handling of the configuration file.
5 5
6 $Id: configfile.h 227 2000-10-26 21:21:13Z bears $ 6 $Id: configfile.h 314 2001-10-30 13:16:40Z bears $
7 */ 7 */
8 8
9 #ifndef CONFIGFILE_H 9 #ifndef CONFIGFILE_H
10 #define CONFIGFILE_H 10 #define CONFIGFILE_H
11 11
28 Bool Cfg_autoUnsubscribe( void ); 28 Bool Cfg_autoUnsubscribe( void );
29 Bool Cfg_autoSubscribe( void ); 29 Bool Cfg_autoSubscribe( void );
30 Bool Cfg_infoAlways( void ); 30 Bool Cfg_infoAlways( void );
31 31
32 Bool Cfg_replaceMsgId( void ); 32 Bool Cfg_replaceMsgId( void );
33 const char * Cfg_hostnameMsgId( void );
33 Bool Cfg_postLocal( void ); 34 Bool Cfg_postLocal( void );
34 const char * Cfg_mailTo( void ); 35 const char * Cfg_mailTo( void );
35 36
36 /* Begin iteration through the server names */ 37 /* Begin iteration through the server names */
37 void Cfg_beginServEnum( void ); 38 void Cfg_beginServEnum( void );