~ubuntu-branches/ubuntu/trusty/lcd4linux/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler, Jonathan McCrohan, Reinhard Tartler
  • Date: 2012-03-18 17:14:15 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120318171415-yilxmg9ygl14u7v3
[ Jonathan McCrohan ]
* New upstream snapshot
   - adds new DPF driver
   - adds new TeakLCM driver
   - adds new Futaba VFD driver
   - adds new Samsung SPF driver 
* Update to S-V 3.9.3
* Rewrite init script to use lsb-base functions
   - fixes issue where invoke-rc.d would return error status during
     installation
* Lintian fixes
   - spelling-error-in-manpage 
   - copyright-refers-to-symlink-license
   - init.d-script-does-not-implement-optional-option
* Add watchfile lintian override; Using upstream svn instead 

[ Reinhard Tartler ]
* Updated Vcs-Bzr location to the newly created lcd4linux packaging
  team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
/* Define to 1 if you have the <inttypes.h> header file. */
68
68
#undef HAVE_INTTYPES_H
69
69
 
 
70
/* Define to 1 if you have the <jpeglib.h> header file. */
 
71
#undef HAVE_JPEGLIB_H
 
72
 
 
73
/* Define to 1 if you have the <libdpf/libdpf.h> header file. */
 
74
#undef HAVE_LIBDPF_LIBDPF_H
 
75
 
70
76
/* Define to 1 if you have the `m' library (-lm). */
71
77
#undef HAVE_LIBM
72
78
 
492
498
/* Define if using the dmalloc debugging malloc package */
493
499
#undef WITH_DMALLOC
494
500
 
 
501
/* DPF driver */
 
502
#undef WITH_DPF
 
503
 
495
504
/* Electronic Assembly RS232 graphic driver */
496
505
#undef WITH_EA232graphic
497
506
 
498
507
/* Driver for EFN LED modules and EUG 100 ethernet to serial converter */
499
508
#undef WITH_EFN
500
509
 
 
510
/* FutabaVFD driver */
 
511
#undef WITH_FUTABAVFD
 
512
 
501
513
/* Allnet FW8888 driver */
502
514
#undef WITH_FW8888
503
515
 
597
609
/* Sample driver */
598
610
#undef WITH_SAMPLE
599
611
 
 
612
/* SamsungSPF driver */
 
613
#undef WITH_SAMSUNGSPF
 
614
 
600
615
/* serdisplib driver */
601
616
#undef WITH_SERDISPLIB
602
617
 
615
630
/* T6963 driver */
616
631
#undef WITH_T6963
617
632
 
 
633
/* TeakLCM driver */
 
634
#undef WITH_TEAK_LCM
 
635
 
618
636
/* TREFON driver */
619
637
#undef WITH_TREFON
620
638