Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly
[deliverable/binutils-gdb.git] / include / nlm / common.h
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
6 This file is part of BFD, the Binary File Descriptor library.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, 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.033737 seconds and 4 git commands to generate.