~ubuntu-branches/ubuntu/natty/zziplib/natty

« back to all changes in this revision

Viewing changes to zzip/_msvc.h

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2005-02-18 12:45:00 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050218124500-4lx3ggkymvi6bf01
Tags: 0.12.83-4
Libtool update for kfreebsd-gnu in zziplib/ directory (closes:
bug#294730).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
/* Number of bits in a file offset, on hosts where this is settable. */
12
12
/* #undef ZZIP__FILE_OFFSET_BITS */
13
13
 
 
14
/* Define if you have the <direct.h> header file. */
 
15
#ifndef ZZIP_HAVE_DIRECT_H 
 
16
#define ZZIP_HAVE_DIRECT_H  1 
 
17
#endif
 
18
 
14
19
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
15
20
/* #undef ZZIP_HAVE_DIRENT_H */
16
21
 
21
26
/* #undef ZZIP_HAVE_INTTYPES_H */
22
27
 
23
28
/* Define if you have the <io.h> header file. */
24
 
/* #undef ZZIP_HAVE_IO_H */
 
29
#ifndef ZZIP_HAVE_IO_H 
 
30
#define ZZIP_HAVE_IO_H  1 
 
31
#endif
25
32
 
26
33
/* Define if you have the <memory.h> header file. */
27
34
#ifndef ZZIP_HAVE_MEMORY_H