~ubuntu-branches/ubuntu/precise/freerdp/precise-updates

« back to all changes in this revision

Viewing changes to channels/rdpdr/printer/printer_main.c

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador, Jeremy Bicha
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.1.7) (9.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120211103405-mk0gjhjn70eeyxul
Tags: 1.0.1-1
[ Jeremy Bicha ]
* New upstream release. Closes: #659332.
* Updated symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "rdpdr_constants.h"
31
31
#include "rdpdr_types.h"
32
32
 
33
 
#ifdef CUPS_FOUND
 
33
#ifdef WITH_CUPS
34
34
#include "printer_cups.h"
35
35
#endif
36
36
 
300
300
        char* name;
301
301
        char* driver_name;
302
302
 
303
 
#ifdef CUPS_FOUND
 
303
#ifdef WITH_CUPS
304
304
        driver = printer_cups_get_driver();
305
305
#endif
306
306
        if (driver == NULL)