~ubuntu-branches/ubuntu/natty/ncdu/natty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Eugene V. Lyubimkin
  • Date: 2009-10-12 13:36:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012133653-fnkpopxwkqo6yu2a
Tags: 1.5-1
* New maintainer. Thanks for work, Luca Bedogni. (Closes: #550266)
  - Fixed segfault on empty directory. (Closes: #472294)
  - Use IEEE 1541 GiB not GB units. (Closes: #539553)
* New upstream release. (Closes: #522307, #531845)
* debian/patches:
  - Removed, all fixes applied upstream.
* debian/rules:
  - Rewritten using debhelper 7.
* debian/control:
  - Bumped build-dependency on debhelper to (>= 7).
  - Dropped weird build-dependency on debconf.
  - Dropped build-dependency on dpatch.
  - Bumped Standards-Version to 3.8.3, no changes needed.
  - Tiny capitalness correction in the long description.
* debian/compat:
  - Bumped to 7.
* debian/watch:
  - Removed auto-uupdate command, useless for me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
3
 
/* Define to 1 if the `closedir' function returns void instead of `int'. */
4
 
#undef CLOSEDIR_VOID
 
3
/* Define to 1 if you have the `chdir' function. */
 
4
#undef HAVE_CHDIR
5
5
 
6
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7
 
   */
 
6
/* Define to 1 if you have the <dirent.h> header file. */
8
7
#undef HAVE_DIRENT_H
9
8
 
10
9
/* Define to 1 if you have the `fnmatch' function. */
13
12
/* Define to 1 if you have the <fnmatch.h> header file. */
14
13
#undef HAVE_FNMATCH_H
15
14
 
16
 
/* Define to 1 if you have the <form.h> header file. */
17
 
#undef HAVE_FORM_H
18
 
 
19
15
/* Define to 1 if you have the `getcwd' function. */
20
16
#undef HAVE_GETCWD
21
17
 
25
21
/* Define to 1 if you have the <inttypes.h> header file. */
26
22
#undef HAVE_INTTYPES_H
27
23
 
28
 
/* Define to 1 if you have the `form' library (-lform). */
29
 
#undef HAVE_LIBFORM
30
 
 
31
24
/* Define to 1 if you have the `ncurses' library (-lncurses). */
32
25
#undef HAVE_LIBNCURSES
33
26
 
34
27
/* Define to 1 if you have the <limits.h> header file. */
35
28
#undef HAVE_LIMITS_H
36
29
 
37
 
/* Define to 1 if `lstat' has the bug that it succeeds when given the
38
 
   zero-length file name argument. */
39
 
#undef HAVE_LSTAT_EMPTY_STRING_BUG
40
 
 
41
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
42
 
   to 0 otherwise. */
43
 
#undef HAVE_MALLOC
 
30
/* Define to 1 if you have the `lstat' function. */
 
31
#undef HAVE_LSTAT
44
32
 
45
33
/* Define to 1 if you have the <memory.h> header file. */
46
34
#undef HAVE_MEMORY_H
51
39
/* Define to 1 if you have the <ncurses.h> header file. */
52
40
#undef HAVE_NCURSES_H
53
41
 
54
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
55
 
#undef HAVE_NDIR_H
56
 
 
57
 
/* Define to 1 if `stat' has the bug that it succeeds when given the
58
 
   zero-length file name argument. */
59
 
#undef HAVE_STAT_EMPTY_STRING_BUG
 
42
/* Define to 1 if you have the `rmdir' function. */
 
43
#undef HAVE_RMDIR
60
44
 
61
45
/* Define to 1 if you have the <stdint.h> header file. */
62
46
#undef HAVE_STDINT_H
77
61
   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
78
62
#undef HAVE_ST_BLOCKS
79
63
 
80
 
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
81
 
   */
82
 
#undef HAVE_SYS_DIR_H
83
 
 
84
 
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
85
 
   */
86
 
#undef HAVE_SYS_NDIR_H
87
 
 
88
64
/* Define to 1 if you have the <sys/stat.h> header file. */
89
65
#undef HAVE_SYS_STAT_H
90
66
 
97
73
/* Define to 1 if you have the <unistd.h> header file. */
98
74
#undef HAVE_UNISTD_H
99
75
 
100
 
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
101
 
   slash. */
102
 
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
76
/* Define to 1 if you have the `unlink' function. */
 
77
#undef HAVE_UNLINK
103
78
 
104
79
/* Name of package */
105
80
#undef PACKAGE
122
97
/* Define to 1 if you have the ANSI C header files. */
123
98
#undef STDC_HEADERS
124
99
 
125
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
126
 
#undef TIME_WITH_SYS_TIME
127
 
 
128
100
/* Version number of package */
129
101
#undef VERSION
130
102
 
134
106
/* Define for large files, on AIX-style hosts. */
135
107
#undef _LARGE_FILES
136
108
 
137
 
/* Define to empty if `const' does not conform to ANSI C. */
138
 
#undef const
139
 
 
140
 
/* Define to rpl_malloc if the replacement function should be used. */
141
 
#undef malloc
142
 
 
143
109
/* Define to `long int' if <sys/types.h> does not define. */
144
110
#undef off_t