~neonofneophyte/ubuntu/oneiric/notification-daemon/fix-for-557887

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-21 10:22:23 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081121102223-ze843jr21f9197zw
Tags: 0.4.0-0ubuntu1
* New upstream release
* drop 06_fix_default_theme_size (taken upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/* Define if the GNU gettext() function is already present or preinstalled. */
37
37
#undef HAVE_GETTEXT
38
38
 
 
39
/* Defined if Gstreamer is detected */
 
40
#undef HAVE_GSTREAMER
 
41
 
39
42
/* Define to 1 if you have the <inttypes.h> header file. */
40
43
#undef HAVE_INTTYPES_H
41
44
 
69
72
/* Define to 1 if you have the <unistd.h> header file. */
70
73
#undef HAVE_UNISTD_H
71
74
 
 
75
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
76
   */
 
77
#undef LT_OBJDIR
 
78
 
72
79
/* notification-daemon major version. */
73
80
#undef NOTIFICATION_DAEMON_MAJOR_VERSION
74
81