~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to lib/cgraph/io.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-11-05 09:54:54 UTC
  • mfrom: (1.2.6 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081105095454-ly206extt9viqwia
Tags: 2.20.2-3ubuntu1
* Merge with Debian unstable; remaining Ubuntu changes:
  - Build against guile 1.8 instead of 1.6. (forwarded to Debian #493974)
  - Fix gs-common build dependency to ghostscript. (forwarded to 
    Debian #504569)
  - Update build dep libltdl3-dev to libltdl7-dev. (forwarded to
    Debian #504571)
* Build against lua 5.1 instead of 5.0. This drops this Debian delta and
  moves Ubuntu towards the newer lua version, which we need to do at some
  point anyway.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: io.c,v 1.1 2007/10/25 20:27:57 north Exp $ $Revision: 1.1 $ */
 
1
/* $Id: io.c,v 1.2 2008/04/25 17:14:54 arif Exp $ $Revision: 1.2 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
16
16
 
17
17
#include <stdio.h>
18
18
#include <cghdr.h>
 
19
#if WIN32
 
20
#include <io.h>
 
21
#endif
19
22
 
20
23
/* experimental ICONV code - probably should be removed - JCE */
21
24
#undef HAVE_ICONV