~ubuntu-branches/debian/lenny/dmake/lenny

« back to all changes in this revision

Viewing changes to os2/ibm/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2008-03-10 17:28:50 UTC
  • mfrom: (1.2.2 upstream) (3.1.10 hardy)
  • Revision ID: james.westby@ubuntu.com-20080310172850-esj2t7qyrv00dcy8
Tags: 1:4.12-1
new upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* RCS  $Id: config.h,v 1.1.1.1 2000/09/22 15:33:30 hr Exp $
 
1
/* RCS  $Id: config.h,v 1.1.1.1.176.1 2007/11/11 00:03:33 vq Exp $
2
2
--
3
3
-- SYNOPSIS
4
4
--      Configurarion include file.
66
66
#endif
67
67
 
68
68
/* a small problem with pointer to voids on some unix machines needs this */
69
 
#define PVOID void *
 
69
#define DMPVOID void *
70
70
 
71
71
/* C-lib redefinitions... */
72
72
#define dup            _dup