Subversion Repositories wimsdev

Rev

Rev 8100 | Rev 8149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8100 Rev 8120
Line 14... Line 14...
14
 *  along with this program; if not, write to the Free Software
14
 *  along with this program; if not, write to the Free Software
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 */
16
 */
17
 
17
 
18
/* Common routines in interfaces */
18
/* Common routines in interfaces */
19
 
-
 
-
 
19
#include "common.h"
20
#define ch_root "bin/ch..root"
20
#define ch_root "bin/ch..root"
21
 
21
 
22
int mypid;
22
int mypid;
23
int must_chroot=0;
23
int must_chroot=0;
24
char inputfname[256], outputfname[256];
24
char inputfname[256], outputfname[256];