ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/ihost.c
(Generate patch)

Comparing projects/cms/source/ihost/ihost.c (file contents):
Revision 1.25 by pajs, Wed May 22 09:01:01 2002 UTC vs.
Revision 1.27 by tdb, Wed May 29 23:03:53 2002 UTC

# Line 18 | Line 18
18   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19   */
20  
21 + #ifdef HAVE_CONFIG_H
22 + #include "config.h"
23 + #endif
24 +
25   #include <stdio.h>
26   #include <stdlib.h>
27   #include <sys/types.h>
# Line 33 | Line 37
37   #include <arpa/inet.h>
38   #include <syslog.h>
39  
36 #define VERSION_NO "1.0rc1"
40   #define RECONFIGURE_RETURN_CODE 2
38 #define UDP_MAX_PACKET_SIZE 8192
39 #define PID_FILE "/var/tmp/.ihost.pid"
41  
42   #define logmessage(level, ...) do { cur_level = level; errf(__VA_ARGS__); } while (0)
43  
# Line 512 | Line 513 | int main(int argc, char **argv){
513                                  break;
514  
515                          case 'V':
516 <                                errf("%s version %s",argv[0], VERSION_NO);
516 >                                errf("%s version %s",argv[0], VERSION);
517                                  break;
518  
519                          default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines