~ubuntu-branches/ubuntu/lucid/postgresql-8.4/lucid-proposed

« back to all changes in this revision

Viewing changes to src/include/port.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-09 10:28:08 UTC
  • mfrom: (1.4.1) (12.1.8 lucid-security)
  • Revision ID: package-import@ubuntu.com-20131009102808-zrhonpfn94r34fho
Tags: 8.4.18-0ubuntu10.04
New upstream bug fix release (LP: #1237248). No security issues or
critical issues this time; see HISTORY/changelog.gz for details about bug
fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
#if defined(WIN32) && !defined(__CYGWIN__)
95
95
#define DEVNULL "nul"
96
 
/* "con" does not work from the Msys 1.0.10 console (part of MinGW). */
97
 
#define DEVTTY  "con"
98
96
#else
99
97
#define DEVNULL "/dev/null"
100
 
#define DEVTTY "/dev/tty"
101
98
#endif
102
99
 
103
100
/*