~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Martin Pitt
  • Date: 2010-06-25 10:04:05 UTC
  • Revision ID: martin.pitt@canonical.com-20100625100405-hjq2g3af0i7t1zf6
src/uevent.c: Add new function deal_with_scp() to launch
system-config-printer when a printer is added or present at startup, and
s-c-p is not running yet. This must explicitly enabled with the new
--enable-system-config-printer configure option, and is disabled by
default. OEMs and derivatives can enable it easily and drop s-c-p's
autostart .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* always defined to indicate that i18n is enabled */
4
4
#undef ENABLE_NLS
5
5
 
 
6
/* On-demand launching of system-config-printer. */
 
7
#undef ENABLE_SCP
 
8
 
6
9
/* Gettext package. */
7
10
#undef GETTEXT_PACKAGE
8
11