~ubuntu-branches/ubuntu/vivid/bc/vivid-proposed

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 12:24:03 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071205122403-rv1a7x90ktu1wl95
Tags: 1.06.94-3ubuntu1
* Merge with Debian; remaining changes:
  - Make bc/dc notice read and write errors on its input and output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* PACKAGE name */
2
 
#undef PACKAGE
3
 
 
4
 
/* Package VERSION number */
5
 
#undef VERSION
6
 
 
7
 
/* VERSION number for DC target*/
8
 
#undef DC_VERSION
9
 
 
10
 
/* COPYRIGHT notice for DC target */
11
 
#undef DC_COPYRIGHT
12
 
 
13
 
/* COPYRIGHT notice for BC target */
14
 
#undef BC_COPYRIGHT
15
 
 
16
 
/* Define to use the readline library. */
17
 
#undef READLINE
18
 
 
19
 
/* Define to use the BSD libedit library. */
20
 
#undef LIBEDIT
21
 
 
22
 
/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define.  */
23
 
#undef ptrdiff_t
24