/*
 * et-h-pty_err.h:
 * This file is automatically generated; please do not edit it.
 */

#include <com_err.h>

#define PTY_GETPTY_STREAMS                       (44806912L)
#define PTY_GETPTY_FSTAT                         (44806913L)
#define PTY_GETPTY_NOPTY                         (44806914L)
#define PTY_GETPTY_SLAVE_TOOLONG                 (44806915L)
#define PTY_OPEN_SLAVE_OPENFAIL                  (44806916L)
#define PTY_OPEN_SLAVE_CHMODFAIL                 (44806917L)
#define PTY_OPEN_SLAVE_NOCTTY                    (44806918L)
#define PTY_OPEN_SLAVE_CHOWNFAIL                 (44806919L)
#define PTY_OPEN_SLAVE_LINE_PUSHFAIL             (44806920L)
#define PTY_OPEN_SLAVE_PUSH_FAIL                 (44806921L)
#define PTY_OPEN_SLAVE_REVOKEFAIL                (44806922L)
#define PTY_UPDATE_UTMP_PROCTYPE_INVALID         (44806923L)
#define PTY_OPEN_SLAVE_TOOSHORT                  (44806924L)
#define ERROR_TABLE_BASE_pty (44806912L)

extern const struct error_table et_pty_error_table;

#if !defined(_WIN32)
/* for compatibility with older versions... */
extern void initialize_pty_error_table (void) /*@modifies internalState@*/;
#else
#define initialize_pty_error_table()
#endif

#if !defined(_WIN32)
#define init_pty_err_tbl initialize_pty_error_table
#define pty_err_base ERROR_TABLE_BASE_pty
#endif
