Wed Jun 3 18:28:45 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
[deliverable/binutils-gdb.git] / include / nlm / common.h
CommitLineData
6febb1e3
FF
1/* NLM (NetWare Loadable Module) support for BFD.
2 Copyright (C) 1993 Free Software Foundation, Inc.
3
4 Written by Fred Fish @ Cygnus Support
5
6This file is part of BFD, the Binary File Descriptor library.
7
8This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software
20Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
21
22
23/* This file is part of NLM support for BFD, and contains the portions
24 that are common to both the internal and external representations. */
25
26#define NLM_MAX_DESCRIPTION_LENGTH 127
27#define NLM_MAX_SCREEN_NAME_LENGTH 71
28#define NLM_MAX_THREAD_NAME_LENGTH 71
29#define NLM_MAX_COPYRIGHT_MESSAGE_LENGTH 255
30#define NLM_OTHER_DATA_LENGTH 400 /* FIXME */
31#define NLM_OLD_THREAD_NAME_LENGTH 5
32#define NLM_SIGNATURE_SIZE 24
33#define NLM_SIGNATURE "NetWare Loadable Module\032"
34#define NLM_MODULE_NAME_SIZE 14
35#define NLM_DEFAULT_STACKSIZE (8 * 1024)
This page took 0.171545 seconds and 4 git commands to generate.