~ubuntu-branches/ubuntu/utopic/libevent/utopic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-08-28 12:49:20 UTC
  • mfrom: (1.3.4 upstream) (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20110828124920-pt0tku3v0yqkpyw3
Tags: 1.4.14b-stable-1
* New upstream version 1.4.14b-stable
* Source format is 3.0 (quilt)
* Standards-Version is 3.9.2
* Pass parameters -Zbzip2 and -z9 to dpkg-deb via dh_builddeb
* Fix debhelper-but-no-misc-depends
* Fix debian-rules-missing-recommended-target
* Fix description-synopsis-starts-with-article

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
/* Define if kqueue works correctly with pipes */
205
205
#undef HAVE_WORKING_KQUEUE
206
206
 
 
207
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
208
   */
 
209
#undef LT_OBJDIR
 
210
 
 
211
/* Numeric representation of the version */
 
212
#undef NUMERIC_VERSION
 
213
 
207
214
/* Name of package */
208
215
#undef PACKAGE
209
216
 
219
226
/* Define to the one symbol short name of this package. */
220
227
#undef PACKAGE_TARNAME
221
228
 
 
229
/* Define to the home page for this package. */
 
230
#undef PACKAGE_URL
 
231
 
222
232
/* Define to the version of this package. */
223
233
#undef PACKAGE_VERSION
224
234