~ubuntu-branches/ubuntu/breezy/unzip/breezy

« back to all changes in this revision

Viewing changes to unix/unxcfg.h

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-06-06 17:57:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040606175746-g6zntm6iveuxsaby
Tags: 5.51-2
Added unshrinking support (Closes: #252563).

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
#ifdef BSD
67
67
#  include <sys/time.h>
68
68
#  include <sys/timeb.h>
69
 
#  if (defined(_AIX) || defined(__GNU__))
 
69
#  if (defined(_AIX) || defined(__GLIBC__))
70
70
#    include <time.h>
71
71
#  endif
72
72
#else
76
76
 
77
77
#if (defined(BSD4_4) || (defined(SYSV) && defined(MODERN)))
78
78
#  include <unistd.h>           /* this includes utime.h on SGIs */
79
 
#  if (defined(BSD4_4) || defined(linux) || defined(__GNU__))
 
79
#  if (defined(BSD4_4) || defined(linux) || defined(__GLIBC__))
80
80
#    include <utime.h>
81
81
#    define GOT_UTIMBUF
82
82
#  endif