~ubuntu-branches/ubuntu/lucid/jack-audio-connection-kit/lucid

« back to all changes in this revision

Viewing changes to config/sysdeps/mach_port.h

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-12-06 11:05:15 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081206110515-xa9v9pajr9jqvfvg
Tags: 0.115.6-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - Redirect stderr in bash completion (Debian #504488).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _jack_sysdep_mach_port_h_
 
2
#define _jack_sysdep_mach_port_h_
 
3
 
 
4
#if defined(__MACH__) && defined(__APPLE__)
 
5
#include <config/os/macosx/mach_port.h>
 
6
#endif
 
7
 
 
8
#endif /* _jack_sysdep_mach_port_h_ */