~ubuntu-branches/debian/sid/botan/sid

« back to all changes in this revision

Viewing changes to misc/config/buildh.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2018-03-01 22:23:25 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20180301222325-7p7vc45gu3hta34d
Tags: 2.4.0-2
* Don't remove .doctrees from the manual if it doesn't exist.
* Don't specify parallel to debhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*************************************************
2
 
* Build Configuration Header File                *
3
 
* (C) 1999-2007 The Botan Project                *
4
 
*************************************************/
5
 
 
6
 
#ifndef BOTAN_BUILD_CONFIG_H__
7
 
#define BOTAN_BUILD_CONFIG_H__
8
 
 
9
 
#define BOTAN_VERSION_MAJOR @{var:version_major}
10
 
#define BOTAN_VERSION_MINOR @{var:version_minor}
11
 
#define BOTAN_VERSION_PATCH @{var:version_patch}
12
 
 
13
 
#define BOTAN_MP_WORD_BITS @{var:mp_bits}
14
 
#define BOTAN_DEFAULT_BUFFER_SIZE 4096
15
 
 
16
 
#define BOTAN_KARAT_MUL_THRESHOLD 12
17
 
#define BOTAN_KARAT_SQR_THRESHOLD 12
18
 
 
19
 
@{var:defines}
20
 
@{var:local_config}
21
 
#endif