~hloeung/ubuntu/utopic/mtr/fix-ipv6-nameservers

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Woodcock
  • Date: 2008-09-22 07:30:21 UTC
  • mfrom: (1.1.6 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080922073021-bbf4yd480q25o5b9
Tags: 0.75-2
Use rm -f in rules clean target where necessary, closes: #499789

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.  Generated by configure.  */
2
 
/* config.h.in.  Generated from configure.in by autoheader.  */
3
 
 
4
 
/* Define if you don't have the GTK+ libraries available.  */
5
 
#define NO_GTK 1
6
 
 
7
 
/* Define if you don't have the curses libraries available.  */
8
 
/* #undef NO_CURSES */
9
 
 
10
 
/* Define if you don't have the herror() function available.  */
11
 
/* #undef NO_HERROR */
12
 
 
13
 
/* Define if you don't have the strerror() function available.  */
14
 
/* #undef NO_STRERROR */
15
 
 
16
 
/*  Define the package name.  ("mtr")  */
17
 
#define PACKAGE "mtr"
18
 
 
19
 
/*  Define the version string.  */
20
 
#define VERSION "0.73"
21
 
 
22
 
 
23
 
 
24
 
/* Define to enable IPv6 */
25
 
#define ENABLE_IPV6 
26
 
 
27
 
/* Define to 1 if you have the `attron' function. */
28
 
#define HAVE_ATTRON 1
29
 
 
30
 
/* Define to 1 if you have the <cursesX.h> header file. */
31
 
/* #undef HAVE_CURSESX_H */
32
 
 
33
 
/* Define to 1 if you have the <curses.h> header file. */
34
 
#define HAVE_CURSES_H 1
35
 
 
36
 
/* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
37
 
   */
38
 
#define HAVE_DECL_ERRNO 1
39
 
 
40
 
/* Define to 1 if you have the <inttypes.h> header file. */
41
 
#define HAVE_INTTYPES_H 1
42
 
 
43
 
/* Define to 1 if you have the `bind' library (-lbind). */
44
 
/* #undef HAVE_LIBBIND */
45
 
 
46
 
/* Define to 1 if you have the `curses' library (-lcurses). */
47
 
/* #undef HAVE_LIBCURSES */
48
 
 
49
 
/* Define to 1 if you have the `cursesX' library (-lcursesX). */
50
 
/* #undef HAVE_LIBCURSESX */
51
 
 
52
 
/* Define to 1 if you have the `m' library (-lm). */
53
 
#define HAVE_LIBM 1
54
 
 
55
 
/* Define to 1 if you have the `ncurses' library (-lncurses). */
56
 
/* #undef HAVE_LIBNCURSES */
57
 
 
58
 
/* Define to 1 if you have the `nsl' library (-lnsl). */
59
 
/* #undef HAVE_LIBNSL */
60
 
 
61
 
/* Define to 1 if you have the `resolv' library (-lresolv). */
62
 
#define HAVE_LIBRESOLV 1
63
 
 
64
 
/* Define to 1 if you have the `socket' library (-lsocket). */
65
 
/* #undef HAVE_LIBSOCKET */
66
 
 
67
 
/* Define to 1 if you have the `termcap' library (-ltermcap). */
68
 
#define HAVE_LIBTERMCAP 1
69
 
 
70
 
/* Define to 1 if you have the <memory.h> header file. */
71
 
#define HAVE_MEMORY_H 1
72
 
 
73
 
/* Define to 1 if you have the <ncurses/curses.h> header file. */
74
 
/* #undef HAVE_NCURSES_CURSES_H */
75
 
 
76
 
/* Define to 1 if you have the <ncurses.h> header file. */
77
 
#define HAVE_NCURSES_H 1
78
 
 
79
 
/* Define to 1 if you have the `seteuid' function. */
80
 
#define HAVE_SETEUID 1
81
 
 
82
 
/* Define if your system has socklen_t */
83
 
#define HAVE_SOCKLEN_T 
84
 
 
85
 
/* Define to 1 if you have the <stdint.h> header file. */
86
 
#define HAVE_STDINT_H 1
87
 
 
88
 
/* Define to 1 if you have the <stdlib.h> header file. */
89
 
#define HAVE_STDLIB_H 1
90
 
 
91
 
/* Define to 1 if you have the <strings.h> header file. */
92
 
#define HAVE_STRINGS_H 1
93
 
 
94
 
/* Define to 1 if you have the <string.h> header file. */
95
 
#define HAVE_STRING_H 1
96
 
 
97
 
/* Define if you have struct in_addr */
98
 
#define HAVE_STRUCT_INADDR 
99
 
 
100
 
/* Define to 1 if you have the <sys/stat.h> header file. */
101
 
#define HAVE_SYS_STAT_H 1
102
 
 
103
 
/* Define to 1 if you have the <sys/types.h> header file. */
104
 
#define HAVE_SYS_TYPES_H 1
105
 
 
106
 
/* Define to 1 if you have the <sys/xti.h> header file. */
107
 
/* #undef HAVE_SYS_XTI_H */
108
 
 
109
 
/* Define to 1 if you have the <unistd.h> header file. */
110
 
#define HAVE_UNISTD_H 1
111
 
 
112
 
/* Name of package */
113
 
#define PACKAGE "mtr"
114
 
 
115
 
/* Define to the address where bug reports for this package should be sent. */
116
 
#define PACKAGE_BUGREPORT ""
117
 
 
118
 
/* Define to the full name of this package. */
119
 
#define PACKAGE_NAME ""
120
 
 
121
 
/* Define to the full name and version of this package. */
122
 
#define PACKAGE_STRING ""
123
 
 
124
 
/* Define to the one symbol short name of this package. */
125
 
#define PACKAGE_TARNAME ""
126
 
 
127
 
/* Define to the version of this package. */
128
 
#define PACKAGE_VERSION ""
129
 
 
130
 
/* The size of a `unsigned char', as computed by sizeof. */
131
 
#define SIZEOF_UNSIGNED_CHAR 1
132
 
 
133
 
/* The size of a `unsigned int', as computed by sizeof. */
134
 
#define SIZEOF_UNSIGNED_INT 4
135
 
 
136
 
/* The size of a `unsigned long', as computed by sizeof. */
137
 
#define SIZEOF_UNSIGNED_LONG 4
138
 
 
139
 
/* The size of a `unsigned short', as computed by sizeof. */
140
 
#define SIZEOF_UNSIGNED_SHORT 2
141
 
 
142
 
/* Define to 1 if you have the ANSI C header files. */
143
 
#define STDC_HEADERS 1
144
 
 
145
 
/* Version number of package */
146
 
#define VERSION "0.73"
147
 
 
148
 
/*  Find the proper type for 8 bits  */
149
 
#if SIZEOF_UNSIGNED_CHAR == 1
150
 
typedef unsigned char uint8;
151
 
#else
152
 
#error No 8 bit type
153
 
#endif
154
 
 
155
 
/*  Find the proper type for 16 bits  */
156
 
#if SIZEOF_UNSIGNED_SHORT == 2
157
 
typedef unsigned short uint16;
158
 
#elif SIZEOF_UNSIGNED_INT == 2
159
 
typedef unsigned int uint16;
160
 
#elif SIZEOF_UNSIGNED_LONG == 2
161
 
typedef unsigned long uint16;
162
 
#else
163
 
#error No 16 bit type
164
 
#endif
165
 
 
166
 
/*  Find the proper type for 32 bits  */
167
 
#if SIZEOF_UNSIGNED_SHORT == 4
168
 
typedef unsigned short uint32;
169
 
#elif SIZEOF_UNSIGNED_INT == 4
170
 
typedef unsigned int uint32;
171
 
#elif SIZEOF_UNSIGNED_LONG == 4
172
 
typedef unsigned long uint32;
173
 
#else
174
 
#error No 32 bit type
175
 
#endif