Deleted Added
full compact
bsd-cray.h (98937) bsd-cray.h (106121)
1/*
1/*
2 * $Id: bsd-cray.h,v 1.3 2002/05/15 16:39:52 mouring Exp $
2 * $Id: bsd-cray.h,v 1.5 2002/09/26 00:38:51 tim Exp $
3 *
4 * bsd-cray.h
5 *
6 * Copyright (c) 2002, Cray Inc. (Wendy Palm <wendyp@cray.com>)
7 * Significant portions provided by
8 * Wayne Schroeder, SDSC <schroeder@sdsc.edu>
9 * William Jones, UTexas <jones@tacc.utexas.edu>
10 *

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

32 *
33 * This file contains functions required for proper execution
34 * on UNICOS systems.
35 *
36 */
37#ifndef _BSD_CRAY_H
38#define _BSD_CRAY_H
39
3 *
4 * bsd-cray.h
5 *
6 * Copyright (c) 2002, Cray Inc. (Wendy Palm <wendyp@cray.com>)
7 * Significant portions provided by
8 * Wayne Schroeder, SDSC <schroeder@sdsc.edu>
9 * William Jones, UTexas <jones@tacc.utexas.edu>
10 *

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

32 *
33 * This file contains functions required for proper execution
34 * on UNICOS systems.
35 *
36 */
37#ifndef _BSD_CRAY_H
38#define _BSD_CRAY_H
39
40#ifdef _CRAY
41void cray_init_job(struct passwd *); /* init cray job */
42void cray_job_termination_handler(int); /* process end of job signal */
43void cray_setup(uid_t, char *); /* set cray limits */
40#ifdef _UNICOS
41void cray_init_job(struct passwd *); /* init cray job */
42void cray_job_termination_handler(int); /* process end of job signal */
43void cray_login_failure(char *username, int errcode);
44int cray_access_denied(char *username);
44extern char cray_tmpdir[]; /* cray tmpdir */
45extern char cray_tmpdir[]; /* cray tmpdir */
46#ifndef IA_SSHD
47#define IA_SSHD IA_LOGIN
45#endif
48#endif
49#ifndef MAXHOSTNAMELEN
50#define MAXHOSTNAMELEN 64
51#endif
52#endif
46
47#endif /* _BSD_CRAY_H */
53
54#endif /* _BSD_CRAY_H */