~ubuntu-branches/ubuntu/quantal/hexer/quantal

« back to all changes in this revision

Viewing changes to config.linux

  • Committer: Bazaar Package Importer
  • Author(s): Peter Pentchev
  • Date: 2009-09-04 14:46:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090904144646-szhsbyv0vd0hu8gq
Tags: 0.1.5-1
* New upstream release:
  - I adopted the upstream package, too
  - all the patches were integrated upstream
  - the installation directories need to be passed in the environment
  - lots of cleanup
  - fix a crash due to abuse of the v*printf() routines (Closes: #540571)
* No longer use quilt, drop the README.source file.
* Add a Homepage field now that I'm providing one :)
* Use the build hardening wrapper if the "hardening" option is enabled.
* Bump Standards-Version to 3.8.3 with no changes.
* Point the watch file and the copyright file to the new upstream page.
* Update the copyright file.
* Use the DEP 5 format for the copyright file header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#define HAVE_STRCASECMP      1
6
6
#define HAVE_SIGTYPE_INT     0
7
7
#define HAVE_CONST           1
 
8
#define HAVE_MEMMOVE         1
8
9
#define HAVE_NCURSES         1
9
10
#define HAVE_USLEEP          1
10
11
#define HAVE_FLOAT_H         1
11
12
#define HAVE_ALLOCA          1
12
 
#define NEED_ALLOCA_H        0
 
13
#define NEED_ALLOCA_H        1
 
14
#define HAVE_STRERROR        1
 
15
#define HAVE_VASPRINTF       1
13
16
 
14
 
#define USE_STDARG           0
 
17
#define USE_STDARG           1
15
18