~ubuntu-branches/ubuntu/feisty/pvm/feisty

« back to all changes in this revision

Viewing changes to src/tev.c

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
static char rcsid[] =
3
 
        "$Id: tev.c,v 1.9 1998/11/20 20:04:18 pvmsrc Exp $";
 
3
        "$Id: tev.c,v 1.10 2001/02/07 23:15:59 pvmsrc Exp $";
4
4
 
5
5
/*
6
6
 *         PVM version 3.4:  Parallel Virtual Machine System
42
42
#include <stdio.h>
43
43
 
44
44
#include <pvm3.h>
45
 
#ifdef WIN32
46
 
#ifndef _XDR_HEADERS
47
 
#define _XDR_HEADERS
 
45
 
 
46
#if defined(WIN32) || defined(CYGWIN)
48
47
#include "..\xdr\types.h"
49
48
#include "..\xdr\xdr.h"
50
 
#endif
51
49
#else
52
50
#include <rpc/types.h>
53
51
#include <rpc/xdr.h>