1/*
2 * Copyright (c) 2000-2009, 2014-2015, 2017, 2019 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.
28 */
29
30/*
31 *	conf.h
32 *              System-specific #defines for libraries and library functions.
33 */
34
35
36/* Libraries. */
37
38/* Header files. */
39#undef HAVE_SYS_SELECT_H
40#undef HAVE_READLINE_HISTORY_H
41#undef HAVE_PTY_H
42#undef HAVE_LIBUTIL_H
43#undef HAVE_UTIL_H
44#undef HAVE_GETOPT_H
45
46/* Uncommon functions. */
47#undef HAVE_VASPRINTF
48#undef HAVE_FSEEKO
49#undef HAVE_FORKPTY
50
51/* Configuration options. */
52
53/* Standard types. */
54#undef HAVE_DECL___UINT32_T
55#undef HAVE_DECL_UINT32_T
56#undef HAVE_DECL___UINT16T
57#undef HAVE_DECL_UINT16_T
58
59/* Optional parts. */
60#undef X3270_LOCAL_PROCESS
61#undef X3270_IPV6
62