~ubuntu-branches/debian/sid/alpine/sid

« back to all changes in this revision

Viewing changes to pith/conf.h

  • Committer: Package Import Robot
  • Author(s): Unit 193
  • Date: 2015-05-01 19:52:36 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20150501195236-e2xjytpbb7ik352w
Tags: 2.20+dfsg1-1
* Imported Upstream version 2.20+dfsg1
  - Drop patches applied upstream.
  - Refresh remaining patches.
  - d/rules: Update SHA256 for alpine 2.20.
* Update Standards-Version to 3.9.6.
* d/watch: Narrow the regex to only match source tarballs.
* d/alpine-doc.docs: tech-notes.txt moved to under the tech-notes/ dir.
* d/control: Update Vcs-Browser for cgit.
* d/p/10_alpine_1.10_spooldir.patch: Fix a few more references.
* d/p/40_fix_browser_hardcoded_paths.patch:
  - Fix hardcoded paths to specific browsers.
* d/p/40_fix_tech_notes_hardcoded_paths.patch, d/rules:
  - Drop patch in favor of changing paths after the build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * ========================================================================
5
5
 * Copyright 2006-2008 University of Washington
6
 
 * Copyright 2013 Eduardo Chappa
 
6
 * Copyright 2013-2015 Eduardo Chappa
7
7
 *
8
8
 * Licensed under the Apache License, Version 2.0 (the "License");
9
9
 * you may not use this file except in compliance with the License.
229
229
#define GLO_OPENING_SEP              vars[V_OPENING_SEP].global_val.p
230
230
#define VAR_ABOOK_FORMATS            vars[V_ABOOK_FORMATS].current_val.l
231
231
#define VAR_INDEX_FORMAT             vars[V_INDEX_FORMAT].current_val.p
 
232
#define VAR_SLEEP                    vars[V_SLEEP].current_val.p
 
233
#define GLO_SLEEP                    vars[V_SLEEP].global_val.p
232
234
#define VAR_OVERLAP                  vars[V_OVERLAP].current_val.p
233
235
#define GLO_OVERLAP                  vars[V_OVERLAP].global_val.p
234
236
#define VAR_MAXREMSTREAM             vars[V_MAXREMSTREAM].current_val.p
671
673
 */
672
674
#define Q_SUPP_LIMIT (4)
673
675
#define Q_DEL_ALL    (-10)
 
676
#define SVAR_SLEEP(ps,n,e,el)   strtoval((ps)->VAR_SLEEP,                 \
 
677
                                         &(n), 60, 120, 0, (e),           \
 
678
                                          (el),                           \
 
679
                                         "Sleep-Interval-Length")
674
680
#define SVAR_OVERLAP(ps,n,e,el) strtoval((ps)->VAR_OVERLAP,               \
675
681
                                         &(n), 0, 20, 0, (e),             \
676
682
                                          (el),                           \