~ubuntu-branches/ubuntu/jaunty/pvm/jaunty

« back to all changes in this revision

Viewing changes to tracer/trclib.h

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2005-10-06 15:25:03 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051006152503-nty60w30a9dja62m
Tags: 3.4.5-5
Use --remove-all on pvm-rsh alternative in prerm instead of --remove.
(Closes: #328366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
/* $Id: trclib.h,v 4.5 1997/06/25 21:45:46 pvmsrc Exp $ */
 
2
/* $Id: trclib.h,v 4.7 2002/04/02 20:53:50 pvmsrc Exp $ */
3
3
 
4
4
/*
5
5
 *         Tracer version 1.0:  A Trace File Generator for PVM
28
28
 
29
29
#include <stdio.h>
30
30
#include <sys/types.h>
 
31
 
31
32
#ifndef WIN32
32
33
#include <sys/time.h>
33
34
#else
34
35
#include "pvmwin.h"
35
36
#endif
 
37
 
36
38
#include <time.h>
 
39
 
 
40
#ifdef HASSTDLIB
 
41
#include <stdlib.h>
 
42
#else
 
43
#ifndef IMA_MACOSX
37
44
#include <malloc.h>
 
45
#endif
 
46
#endif
38
47
 
39
48
 
40
49
/* PVM Header File */