~ubuntu-branches/ubuntu/wily/rlwrap/wily

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Oyvind Gronnesby
  • Date: 2004-02-29 00:21:27 UTC
  • Revision ID: james.westby@ubuntu.com-20040229002127-skvgfcakwtvwz75c
Tags: upstream-0.18
ImportĀ upstreamĀ versionĀ 0.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* "Define to 1 te get debugging info" */
 
4
#undef DEBUG
 
5
 
 
6
/* "Define if your getopt() understands double colons in the option string" */
 
7
#undef GETOPT_GROKS_OPTIONAL_ARGS
 
8
 
 
9
/* Define to 1 if you have the <errno.h> header file. */
 
10
#undef HAVE_ERRNO_H
 
11
 
 
12
/* Define to 1 if you have the <fcntl.h> header file. */
 
13
#undef HAVE_FCNTL_H
 
14
 
 
15
/* Define to 1 if you have the <getopt.h> header file. */
 
16
#undef HAVE_GETOPT_H
 
17
 
 
18
/* Define to 1 if you have the `getopt_long' function. */
 
19
#undef HAVE_GETOPT_LONG
 
20
 
 
21
/* Define if you have _GNU_SOURCE getpt() */
 
22
#undef HAVE_GETPT
 
23
 
 
24
/* Define to 1 if you have the `grantpt' function. */
 
25
#undef HAVE_GRANTPT
 
26
 
 
27
/* Define to 1 if you have the <inttypes.h> header file. */
 
28
#undef HAVE_INTTYPES_H
 
29
 
 
30
/* Define to 1 if you have the `isastream' function. */
 
31
#undef HAVE_ISASTREAM
 
32
 
 
33
/* Define to 1 if you have the <memory.h> header file. */
 
34
#undef HAVE_MEMORY_H
 
35
 
 
36
/* Define to 1 if you have the `openpty' function. */
 
37
#undef HAVE_OPENPTY
 
38
 
 
39
/* "Define to 1 if proc/<pid>/cwd is a link to working directory of process
 
40
   #<pid>" */
 
41
#undef HAVE_PROC_PID_CWD
 
42
 
 
43
/* Define to 1 if you have the `select' function. */
 
44
#undef HAVE_SELECT
 
45
 
 
46
/* Define to 1 if you have the `setsid' function. */
 
47
#undef HAVE_SETSID
 
48
 
 
49
/* Define to 1 if you have the `snprintf' function. */
 
50
#undef HAVE_SNPRINTF
 
51
 
 
52
/* Define to 1 if you have the <stdint.h> header file. */
 
53
#undef HAVE_STDINT_H
 
54
 
 
55
/* Define to 1 if you have the <stdlib.h> header file. */
 
56
#undef HAVE_STDLIB_H
 
57
 
 
58
/* Define to 1 if you have the <strings.h> header file. */
 
59
#undef HAVE_STRINGS_H
 
60
 
 
61
/* Define to 1 if you have the <string.h> header file. */
 
62
#undef HAVE_STRING_H
 
63
 
 
64
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
65
#undef HAVE_SYS_IOCTL_H
 
66
 
 
67
/* Define to 1 if you have the <sys/stat.h> header file. */
 
68
#undef HAVE_SYS_STAT_H
 
69
 
 
70
/* Define to 1 if you have the <sys/types.h> header file. */
 
71
#undef HAVE_SYS_TYPES_H
 
72
 
 
73
/* Define to 1 if you have the <sys/wait.h> header file. */
 
74
#undef HAVE_SYS_WAIT_H
 
75
 
 
76
/* Define to 1 if you have the <termios.h> header file. */
 
77
#undef HAVE_TERMIOS_H
 
78
 
 
79
/* "Define to 1 if you need term.h" */
 
80
#undef HAVE_TERM_H
 
81
 
 
82
/* Define to 1 if you have the <time.h> header file. */
 
83
#undef HAVE_TIME_H
 
84
 
 
85
/* Define to 1 if you have the <unistd.h> header file. */
 
86
#undef HAVE_UNISTD_H
 
87
 
 
88
/* Define to 1 if you have the `unlockpt' function. */
 
89
#undef HAVE_UNLOCKPT
 
90
 
 
91
/* Define to 1 if you have the `_getpty' function. */
 
92
#undef HAVE__GETPTY
 
93
 
 
94
/* Name of package */
 
95
#undef PACKAGE
 
96
 
 
97
/* Define to the address where bug reports for this package should be sent. */
 
98
#undef PACKAGE_BUGREPORT
 
99
 
 
100
/* Define to the full name of this package. */
 
101
#undef PACKAGE_NAME
 
102
 
 
103
/* Define to the full name and version of this package. */
 
104
#undef PACKAGE_STRING
 
105
 
 
106
/* Define to the one symbol short name of this package. */
 
107
#undef PACKAGE_TARNAME
 
108
 
 
109
/* Define to the version of this package. */
 
110
#undef PACKAGE_VERSION
 
111
 
 
112
/* Define for first char in devptyXX */
 
113
#undef PTYCHAR1
 
114
 
 
115
/* Define for second char in devptyXX */
 
116
#undef PTYCHAR2
 
117
 
 
118
/* Define for this pty type */
 
119
#undef PTYS_ARE_CLONE
 
120
 
 
121
/* Define for this pty type */
 
122
#undef PTYS_ARE_GETPT
 
123
 
 
124
/* Define for this pty type */
 
125
#undef PTYS_ARE_GETPTY
 
126
 
 
127
/* Define for this pty type */
 
128
#undef PTYS_ARE_NUMERIC
 
129
 
 
130
/* Define for this pty type */
 
131
#undef PTYS_ARE_OPENPTY
 
132
 
 
133
/* Define for this pty type */
 
134
#undef PTYS_ARE_PTC
 
135
 
 
136
/* Define for this pty type */
 
137
#undef PTYS_ARE_PTMX
 
138
 
 
139
/* Define for this pty type */
 
140
#undef PTYS_ARE_SEARCHED
 
141
 
 
142
/* Define for this pty type */
 
143
#undef PTYS_ARE__GETPTY
 
144
 
 
145
/* Define as the return type of signal handlers (`int' or `void'). */
 
146
#undef RETSIGTYPE
 
147
 
 
148
/* Define to 1 if you have the ANSI C header files. */
 
149
#undef STDC_HEADERS
 
150
 
 
151
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
152
#undef TIME_WITH_SYS_TIME
 
153
 
 
154
/* Version number of package */
 
155
#undef VERSION
 
156
 
 
157
/* Define to empty if `const' does not conform to ANSI C. */
 
158
#undef const
 
159
 
 
160
/* Define to `int' if <sys/types.h> does not define. */
 
161
#undef pid_t