~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to routines/xdr/rpc/types.h

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *
29
29
 *      from: @(#)types.h 1.18 87/07/24 SMI
30
30
 *      from: @(#)types.h       2.3 88/08/15 4.0 RPCSRC
31
 
 *      $Id: types.h,v 1.4 1996/01/30 23:32:39 mpp Exp $
 
31
 *      $Id: types.h,v 1.2 2002/06/28 10:49:24 chanceli Exp $
32
32
 */
33
33
 
34
34
/*
58
58
#ifndef __ABSC__
59
59
#include <sys/types.h>
60
60
#endif
61
 
#if (defined __MSC__) || (defined __ABSC__)
 
61
#if (defined __MSC__) || (defined __ABSC__) || (defined __MINGW32__)
62
62
#undef FALSE
63
63
#undef TRUE 
64
64
#include <winsock.h>
70
70
 
71
71
#endif /* makedev */
72
72
 
73
 
#if !(defined __MSC__) && !(defined __ABSC__)
 
73
#if !(defined __MSC__) && !(defined __ABSC__) && ! (defined __MINGW32__)
74
74
#include <sys/time.h>
75
75
#endif
76
76
#ifdef __ABSC__