Switch to unified view

a/src/common/rclinit.cpp b/src/common/rclinit.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: rclinit.cpp,v 1.10 2007-05-23 08:28:35 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: rclinit.cpp,v 1.11 2007-12-13 06:58:21 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
20
20
21
#include <stdio.h>
21
#include <stdio.h>
22
#include <signal.h>
22
#include <signal.h>
23
#include <locale.h>
23
#include <locale.h>
24
#include <pthread.h>
24
#include <pthread.h>
25
#include <cstdlib>
25
26
26
#include "debuglog.h"
27
#include "debuglog.h"
27
#include "rclconfig.h"
28
#include "rclconfig.h"
28
#include "rclinit.h"
29
#include "rclinit.h"
29
#include "pathut.h"
30
#include "pathut.h"