~ubuntu-branches/ubuntu/natty/ibm-3270/natty

« back to all changes in this revision

Viewing changes to s3270/conf.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2009-12-14 11:48:53 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091214114853-mywixml32hct9jr1
Tags: 3.3.10ga4-2
* Fix section to match override.
* Use debhelper compat level 7.
* Use 3.0 (quilt) source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2000, 2001, 2002, 2005 by Paul Mattes.
3
 
 *   Permission to use, copy, modify, and distribute this software and its
4
 
 *   documentation for any purpose and without fee is hereby granted,
5
 
 *   provided that the above copyright notice appear in all copies and that
6
 
 *   both that copyright notice and this permission notice appear in
7
 
 *   supporting documentation.
8
 
 *
9
 
 * s3270 is distributed in the hope that it will be useful, but WITHOUT ANY
10
 
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11
 
 * FOR A PARTICULAR PURPOSE.  See the file LICENSE for more details.
12
 
 *
 
2
 * Copyright (c) 2000-2009, Paul Mattes.
 
3
 * All rights reserved.
 
4
 * 
 
5
 * Redistribution and use in source and binary forms, with or without
 
6
 * modification, are permitted provided that the following conditions
 
7
 * are met:
 
8
 *     * Redistributions of source code must retain the above copyright
 
9
 *       notice, this list of conditions and the following disclaimer.
 
10
 *     * Redistributions in binary form must reproduce the above copyright
 
11
 *       notice, this list of conditions and the following disclaimer in the
 
12
 *       documentation and/or other materials provided with the distribution.
 
13
 *     * Neither the name of Paul Mattes nor his contributors may be used
 
14
 *       to endorse or promote products derived from this software without
 
15
 *       specific prior written permission.
 
16
 * 
 
17
 * THIS SOFTWARE IS PROVIDED BY PAUL MATTES "AS IS" AND ANY EXPRESS
 
18
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 
19
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 
20
 * DISCLAIMED. IN NO EVENT SHALL PAUL MATTES BE LIABLE FOR ANY DIRECT,
 
21
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
22
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 
23
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
24
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 
25
 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
 
26
 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
27
 * POSSIBILITY OF SUCH DAMAGE.
13
28
 */
14
29
 
15
30
/*
19
34
 */
20
35
 
21
36
/* Libraries. */
22
 
#undef HAVE_LIBUTIL
23
 
#undef HAVE_LIBICUI18N
24
37
#undef HAVE_LIBSSL
25
38
 
26
39
/* Header files. */
34
47
#undef HAVE_VASPRINTF
35
48
#undef HAVE_FSEEKO
36
49
 
 
50
/* Configuration options. */
 
51
#undef USE_ICONV
 
52
 
37
53
/* Optional parts. */
38
54
#undef X3270_ANSI
39
55
#undef X3270_APL