File: config.h.in

package info (click to toggle)
zssh 1.5c.debian.1-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 384 kB
  • sloc: ansic: 2,045; sh: 184; makefile: 168
file content (113 lines) | stat: -rw-r--r-- 3,067 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
/*
 ** acconfig.h
 ** 
 ** Made by (Matthieu Lucotte)
 ** Login   <gounter@users.sourceforge.net>
 ** 
 ** Started on  Sat Oct  6 02:21:45 2001 Matthieu Lucotte
 ** Last update Thu Oct 11 16:51:21 2001 Matthieu Lucotte
 */

/*
 * acconfig.h  - template used by autoheader to create config.h.in
 * config.h.in - used by autoconf to create config.h
 * config.h    - created by autoconf; contains defines generated by autoconf
 */


/* Define if the `getpgrp' function takes no argument.  */
#undef GETPGRP_VOID

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#undef HAVE_SYS_WAIT_H

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you have SYSV-style /dev/ptmx and /dev/pts/. */
#undef HAVE_DEV_PTMX

/* Define this if you have getpseudotty() (DYNIX/ptx 2.1) */
#undef HAVE_GETPSEUDOTTY

/* Define if you have /dev/pts and /dev/ptc devices (as in AIX). */
#undef HAVE_DEV_PTS_AND_PTC

/* Define this if you have sco-style pty:s (ptyp0, ..., ptyp9, ptyp10...) */
#undef HAVE_DEV_PTYP10

/* Define this if you have libreadline v4.2 or greater */
#undef HAVE_READLINE_4_2_OR_GREATER

/* Define if you have the _getpty function.  */
#undef HAVE__GETPTY

/* Define if you have the getpseudotty function.  */
#undef HAVE_GETPSEUDOTTY

/* Define if you have the getpt function.  */
#undef HAVE_GETPT

/* Define if you have the grantpt function.  */
#undef HAVE_GRANTPT

/* Define if you have the isastream function.  */
#undef HAVE_ISASTREAM

/* Define if you have the openpty function.  */
#undef HAVE_OPENPTY

/* Define if you have the strdup function.  */
#undef HAVE_STRDUP

/* Define if you have the tcsetpgrp function.  */
#undef HAVE_TCSETPGRP

/* Define if you have the unlockpt function.  */
#undef HAVE_UNLOCKPT

/* Define if you have the <err.h> header file.  */
#undef HAVE_ERR_H

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <paths.h> header file.  */
#undef HAVE_PATHS_H

/* Define if you have the <readline/history.h> header file.  */
#undef HAVE_READLINE_HISTORY_H

/* Define if you have the <readline/readline.h> header file.  */
#undef HAVE_READLINE_READLINE_H

/* Define if you have the <stropts.h> header file.  */
#undef HAVE_STROPTS_H

/* Define if you have the <sys/cdefs.h> header file.  */
#undef HAVE_SYS_CDEFS_H

/* Define if you have the <sys/ioctl.h> header file.  */
#undef HAVE_SYS_IOCTL_H

/* Define if you have the <sys/param.h> header file.  */
#undef HAVE_SYS_PARAM_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

/* Define if you have the <termios.h> header file.  */
#undef HAVE_TERMIOS_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the <util.h> header file.  */
#undef HAVE_UTIL_H

/* Define if you have the readline library (-lreadline).  */
#undef HAVE_LIBREADLINE