Deleted Added
sdiff udiff text old ( 124208 ) new ( 126274 )
full compact
1/* $Id: bsd-cray.h,v 1.11 2004/01/30 03:34:22 dtucker Exp $ */
2
3/*
4 * Copyright (c) 2002, Cray Inc. (Wendy Palm <wendyp@cray.com>)
5 * Significant portions provided by
6 * Wayne Schroeder, SDSC <schroeder@sdsc.edu>
7 * William Jones, UTexas <jones@tacc.utexas.edu>
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 38 unchanged lines hidden (view full) ---

48
49#ifndef IA_SSHD
50# define IA_SSHD IA_LOGIN
51#endif
52#ifndef MAXHOSTNAMELEN
53# define MAXHOSTNAMELEN 64
54#endif
55#ifndef _CRAYT3E
56# define TIOCGPGRP (tIOC|20)
57#endif
58
59#endif /* UNICOS */
60
61#endif /* _BSD_CRAY_H */