~ubuntu-branches/ubuntu/trusty/htop/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Eugene V. Lyubimkin
  • Date: 2009-04-05 11:51:34 UTC
  • mfrom: (1.1.13 upstream) (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090405115134-xyuzxp308k5qos0k
Tags: 0.8.1+svn149-1
* New upstream development snapshot:
  - Allow building withough PLPA support. (Closes: #521861)
* debian/patches:
  - 010-make-desktop-file-valid.patch: deleted, merged upstream.
  - 100-upstream-sort-by-processor-and-session.patch: deleted, merged
    upstream.
  - 110-upstream-fix-page-size-on-BSD.patch: deleted, merged upstream.
  - 120-upstream-explain-cpu-bars-in-monochrome-mode.patch: deleted, merged
    upstream.
  - 200-filter-non-printable-characters.patch: deleted, upstream has own
    version of this patch.
  - 610-rename-veid-to-ctid.patch: deleted, merged upstream.
  - 600-openvz-veid-on-kernels-gt-2.6.18.patch: refreshed.
  - 800-tree-view-without-userland-threads.patch: deleted, merged upstream.
  - 700-ltrace-support.patch: refreshed, added the description.
* debian/rules:
  - Deal more robustly with config.{sub,guess} files, thanks to Roger Leigh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.  Generated from config.h.in by configure.  */
2
 
/* config.h.in.  Generated from configure.ac by autoheader.  */
3
 
 
4
 
/* Define to 1 if the `closedir' function returns void instead of `int'. */
5
 
/* #undef CLOSEDIR_VOID */
6
 
 
7
 
/* Define if ancient vserver support enabled. */
8
 
/* #undef HAVE_ANCIENT_VSERVER */
9
 
 
10
 
/* Define to 1 if you have the <curses.h> header file. */
11
 
#define HAVE_CURSES_H 1
12
 
 
13
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
14
 
   */
15
 
#define HAVE_DIRENT_H 1
16
 
 
17
 
/* Define to 1 if you have the <dlfcn.h> header file. */
18
 
#define HAVE_DLFCN_H 1
19
 
 
20
 
/* Define to 1 if you have the <inttypes.h> header file. */
21
 
#define HAVE_INTTYPES_H 1
22
 
 
23
 
/* Define to 1 if you have the `m' library (-lm). */
24
 
#define HAVE_LIBM 1
25
 
 
26
 
/* Define to 1 if you have the `ncurses' library (-lncurses). */
27
 
#define HAVE_LIBNCURSES 1
28
 
 
29
 
/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
30
 
/* #undef HAVE_LIBNCURSESW */
31
 
 
32
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
33
 
   to 0 otherwise. */
34
 
#define HAVE_MALLOC 1
35
 
 
36
 
/* Define to 1 if you have the `memmove' function. */
37
 
#define HAVE_MEMMOVE 1
38
 
 
39
 
/* Define to 1 if you have the <memory.h> header file. */
40
 
#define HAVE_MEMORY_H 1
41
 
 
42
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
43
 
/* #undef HAVE_NDIR_H */
44
 
 
45
 
/* Define if openvz support enabled. */
46
 
/* #undef HAVE_OPENVZ */
47
 
 
48
 
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
49
 
   and to 0 otherwise. */
50
 
#define HAVE_REALLOC 1
51
 
 
52
 
/* Define to 1 if `stat' has the bug that it succeeds when given the
53
 
   zero-length file name argument. */
54
 
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
55
 
 
56
 
/* Define to 1 if stdbool.h conforms to C99. */
57
 
#define HAVE_STDBOOL_H 1
58
 
 
59
 
/* Define to 1 if you have the <stdint.h> header file. */
60
 
#define HAVE_STDINT_H 1
61
 
 
62
 
/* Define to 1 if you have the <stdlib.h> header file. */
63
 
#define HAVE_STDLIB_H 1
64
 
 
65
 
/* Define to 1 if you have the `strdup' function. */
66
 
#define HAVE_STRDUP 1
67
 
 
68
 
/* Define to 1 if you have the <strings.h> header file. */
69
 
#define HAVE_STRINGS_H 1
70
 
 
71
 
/* Define to 1 if you have the <string.h> header file. */
72
 
#define HAVE_STRING_H 1
73
 
 
74
 
/* Define to 1 if you have the `strncasecmp' function. */
75
 
#define HAVE_STRNCASECMP 1
76
 
 
77
 
/* Define to 1 if you have the `strstr' function. */
78
 
#define HAVE_STRSTR 1
79
 
 
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
 
/* Define to 1 if you have the <sys/param.h> header file. */
89
 
#define HAVE_SYS_PARAM_H 1
90
 
 
91
 
/* Define to 1 if you have the <sys/stat.h> header file. */
92
 
#define HAVE_SYS_STAT_H 1
93
 
 
94
 
/* Define to 1 if you have the <sys/time.h> header file. */
95
 
#define HAVE_SYS_TIME_H 1
96
 
 
97
 
/* Define to 1 if you have the <sys/types.h> header file. */
98
 
#define HAVE_SYS_TYPES_H 1
99
 
 
100
 
/* Define if taskstats support enabled. */
101
 
#define HAVE_TASKSTATS 1
102
 
 
103
 
/* Define to 1 if you have the <unistd.h> header file. */
104
 
#define HAVE_UNISTD_H 1
105
 
 
106
 
/* Define if vserver support enabled. */
107
 
/* #undef HAVE_VSERVER */
108
 
 
109
 
/* Define to 1 if the system has the type `_Bool'. */
110
 
#define HAVE__BOOL 1
111
 
 
112
 
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
113
 
   slash. */
114
 
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
115
 
 
116
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
117
 
/* #undef NO_MINUS_C_MINUS_O */
118
 
 
119
 
/* Name of package */
120
 
#define PACKAGE "htop"
121
 
 
122
 
/* Define to the address where bug reports for this package should be sent. */
123
 
#define PACKAGE_BUGREPORT "loderunner@users.sourceforge.net"
124
 
 
125
 
/* Define to the full name of this package. */
126
 
#define PACKAGE_NAME "htop"
127
 
 
128
 
/* Define to the full name and version of this package. */
129
 
#define PACKAGE_STRING "htop 0.8.1"
130
 
 
131
 
/* Define to the one symbol short name of this package. */
132
 
#define PACKAGE_TARNAME "htop"
133
 
 
134
 
/* Define to the version of this package. */
135
 
#define PACKAGE_VERSION "0.8.1"
136
 
 
137
 
/* The PLPA symbol prefix */
138
 
#define PLPA_SYM_PREFIX plpa_
139
 
 
140
 
/* The PLPA symbol prefix in all caps */
141
 
#define PLPA_SYM_PREFIX_CAPS PLPA_
142
 
 
143
 
/* Path of proc filesystem */
144
 
#define PROCDIR "/proc"
145
 
 
146
 
/* Define as the return type of signal handlers (`int' or `void'). */
147
 
#define RETSIGTYPE void
148
 
 
149
 
/* Define to 1 if you have the ANSI C header files. */
150
 
#define STDC_HEADERS 1
151
 
 
152
 
/* Version number of package */
153
 
#define VERSION "0.8.1"
154
 
 
155
 
/* Emulated value */
156
 
/* #undef __NR_sched_getaffinity */
157
 
 
158
 
/* Emulated value */
159
 
/* #undef __NR_sched_setaffinity */
160
 
 
161
 
/* Define to empty if `const' does not conform to ANSI C. */
162
 
/* #undef const */
163
 
 
164
 
/* Define to `int' if <sys/types.h> doesn't define. */
165
 
/* #undef gid_t */
166
 
 
167
 
/* Define to `__inline__' or `__inline' if that's what the C compiler
168
 
   calls it, or to nothing if 'inline' is not supported under any name.  */
169
 
#ifndef __cplusplus
170
 
/* #undef inline */
171
 
#endif
172
 
 
173
 
/* Define to rpl_malloc if the replacement function should be used. */
174
 
/* #undef malloc */
175
 
 
176
 
/* Define to `int' if <sys/types.h> does not define. */
177
 
/* #undef pid_t */
178
 
 
179
 
/* Define to rpl_realloc if the replacement function should be used. */
180
 
/* #undef realloc */
181
 
 
182
 
/* Define to `int' if <sys/types.h> doesn't define. */
183
 
/* #undef uid_t */