~ubuntu-branches/ubuntu/oneiric/fuse-umfuse-iso9660/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Filippo Giunchedi
  • Date: 2007-05-04 14:49:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070504144913-ym2183sw4oj70qmw
Tags: 0.2-1
new upstream version, manpage added 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Version of FUSE interface */
 
4
#undef FUSE_USE_VERSION
 
5
 
3
6
/* Define to 1 if you have the `alarm' function. */
4
7
#undef HAVE_ALARM
5
8
 
104
107
/* Define to 1 if you have the `utime' function. */
105
108
#undef HAVE_UTIME
106
109
 
 
110
/* Define to 1 if you have the <utime.h> header file. */
 
111
#undef HAVE_UTIME_H
 
112
 
107
113
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
108
114
#undef HAVE_UTIME_NULL
109
115