~ubuntu-branches/ubuntu/wily/pianobar/wily-proposed

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-10-07 09:15:49 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101007091549-sscxdr1kud0d4hyl
Tags: 2010.10.07-1
* New upstream version. 
  - XMLRPC api version bump (v28) (closes: #599338)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _CONFIG_H
2
 
#define _CONFIG_H
3
 
 
4
 
/* package name */
5
 
#define PACKAGE "${PACKAGE}"
6
 
 
7
 
/* used libraries */
8
 
#cmakedefine ENABLE_FAAD
9
 
#cmakedefine ENABLE_MAD
10
 
 
11
 
#endif /* _CONFIG_H */