Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 221093 | Differences between
and this patch

Collapse All | Expand All

(-)mhash-0.9.9.orig/configure.in (+1 lines)
Lines 4-13 Link Here
4
AC_CANONICAL_TARGET
4
AC_CANONICAL_TARGET
5
AC_CONFIG_SRCDIR([lib/mhash.c])
5
AC_CONFIG_SRCDIR([lib/mhash.c])
6
AM_INIT_AUTOMAKE
6
AM_INIT_AUTOMAKE
7
7
8
AC_DEFINE([MHASH_VERSION], PROGRAM_VERSION, "MHash Version")
8
AC_DEFINE([MHASH_VERSION], PROGRAM_VERSION, "MHash Version")
9
AC_CONFIG_HEADER([include/mutils/config.h])
9
AC_CONFIG_HEADER([include/mutils/mhash_config.h])
10
AC_CONFIG_HEADER([include/mutils/mhash_config.h])
10
11
11
12
12
dnl Check system.
13
dnl Check system.
13
14
(-)mhash-0.9.9.orig/include/mutils/config.h.in (+22 lines)
Line 0 Link Here
1
/* Name of package */
2
#undef PACKAGE
3
4
/* Define to the address where bug reports for this package should be sent. */
5
#undef PACKAGE_BUGREPORT
6
7
/* Define to the full name of this package. */
8
#undef PACKAGE_NAME
9
10
/* Define to the full name and version of this package. */
11
#undef PACKAGE_STRING
12
13
/* Define to the one symbol short name of this package. */
14
#undef PACKAGE_TARNAME
15
16
/* Define to the version of this package. */
17
#undef PACKAGE_VERSION
18
19
/* Version number of package */
20
#undef VERSION
21
22
(-)mhash-0.9.9.orig/include/mutils/mhash_config.h.in (-21 lines)
Lines 179-206 Link Here
179
#undef MHASH_VERSION
179
#undef MHASH_VERSION
180
180
181
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
181
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
182
#undef NO_MINUS_C_MINUS_O
182
#undef NO_MINUS_C_MINUS_O
183
183
184
/* Name of package */
185
#undef PACKAGE
186
187
/* Define to the address where bug reports for this package should be sent. */
188
#undef PACKAGE_BUGREPORT
189
190
/* Define to the full name of this package. */
191
#undef PACKAGE_NAME
192
193
/* Define to the full name and version of this package. */
194
#undef PACKAGE_STRING
195
196
/* Define to the one symbol short name of this package. */
197
#undef PACKAGE_TARNAME
198
199
/* Define to the version of this package. */
200
#undef PACKAGE_VERSION
201
202
/* Define to 1 if the C compiler supports function prototypes. */
184
/* Define to 1 if the C compiler supports function prototypes. */
203
#undef PROTOTYPES
185
#undef PROTOTYPES
204
186
205
/* The size of `unsigned char', as computed by sizeof. */
187
/* The size of `unsigned char', as computed by sizeof. */
206
#undef SIZEOF_UNSIGNED_CHAR
188
#undef SIZEOF_UNSIGNED_CHAR
Lines 221-233 Link Here
221
#undef STDC_HEADERS
203
#undef STDC_HEADERS
222
204
223
/* dmalloc */
205
/* dmalloc */
224
#undef USE_DMALLOC
206
#undef USE_DMALLOC
225
207
226
/* Version number of package */
227
#undef VERSION
228
229
/* Define if using the dmalloc debugging malloc package */
208
/* Define if using the dmalloc debugging malloc package */
230
#undef WITH_DMALLOC
209
#undef WITH_DMALLOC
231
210
232
/* Define to 1 if your processor stores words with the most significant byte
211
/* Define to 1 if your processor stores words with the most significant byte
233
   first (like Motorola and SPARC, unlike Intel and VAX). */
212
   first (like Motorola and SPARC, unlike Intel and VAX). */

Return to bug 221093