~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-common/test/constants.h

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#define YES_STR "1"
35
35
#define NO_STR "0"
36
 
#define HISTORY_SAMPLE  "history-sample"
 
36
#define HISTORY_SAMPLE  "history-sample.tpl"
37
37
#define HISTORY_SAMPLE_SIZE     3
38
 
#define CONFIG_SAMPLE   "sflphonedrc-sample"
39
 
#define HUGE_HISTORY_LIMIT      20000
 
38
#define CONFIG_SAMPLE   "sflphoned-sample.yml"
 
39
#define HUGE_HISTORY_LIMIT      999999999
40
40
 
41
41
#endif /* CONSTANTS_H_ */