File: acconfig.h

package info (click to toggle)
zssh 1.5c.debian.1-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 384 kB
  • ctags: 231
  • sloc: ansic: 2,045; sh: 184; makefile: 168
file content (38 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (8)
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
/*
 ** 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
 */

@TOP@

/* 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