~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to zip/unzip/macos/source/macstuff.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
  Copyright (c) 1990-2001 Info-ZIP.  All rights reserved.
3
 
 
4
 
  See the accompanying file LICENSE, version 2000-Apr-09 or later
5
 
  (the contents of which are also included in zip.h) for terms of use.
6
 
  If, for some reason, all these files are missing, the Info-ZIP license
7
 
  also may be found at:  ftp://ftp.info-zip.org/pub/infozip/license.html
8
 
*/
9
 
#ifndef _MACSTUFF_H
10
 
#define _MACSTUFF_H     1
11
 
 
12
 
#include "MoreFilesExtras.h"
13
 
#include "MoreDesktopMgr.h"
14
 
#include "MoreFiles.h"
15
 
#include "FSpCompat.h"
16
 
#include "FullPath.h"
17
 
 
18
 
#endif               /*  _MACSTUFF_H  */