]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/libcdl/acconfig.h
Initial revision
[karo-tx-redboot.git] / tools / src / libcdl / acconfig.h
1 #ifndef CYGONCE_LIBCDL_CONFIG_H
2 # define CYGONCE_LIBCDL_CONFIG_H
3
4 //======================================================================
5 //
6 //      acconfig.h
7 //
8 //      Configuration header for libcdl
9 //
10 //======================================================================
11 //####COPYRIGHTBEGIN####
12 //                                                                          
13 // ----------------------------------------------------------------------------
14 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
15 //
16 // This file is part of the eCos host tools.
17 //
18 // This program is free software; you can redistribute it and/or modify it 
19 // under the terms of the GNU General Public License as published by the Free 
20 // Software Foundation; either version 2 of the License, or (at your option) 
21 // any later version.
22 // 
23 // This program is distributed in the hope that it will be useful, but WITHOUT 
24 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
25 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
26 // more details.
27 // 
28 // You should have received a copy of the GNU General Public License along with
29 // this program; if not, write to the Free Software Foundation, Inc., 
30 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
31 //
32 // ----------------------------------------------------------------------------
33 //                                                                          
34 //####COPYRIGHTEND####
35 //======================================================================
36 //#####DESCRIPTIONBEGIN####
37 //
38 // Author(s):   bartv
39 // Contact(s):  bartv
40 // Date:        1998/12/17
41 // Version:     0.01
42 //
43 //####DESCRIPTIONEND####
44 //======================================================================
45
46 #undef PACKAGE
47 #undef VERSION
48 #undef CYGNUM_LIBCDL_VERSION
49
50 #undef CYGDBG_USE_ASSERTS
51 #undef CYGDBG_INFRA_DEBUG_PRECONDITIONS
52 #undef CYGDBG_INFRA_DEBUG_POSTCONDITIONS
53 #undef CYGDBG_INFRA_DEBUG_INVARIANTS
54 #undef CYGDBG_INFRA_DEBUG_LOOP_INVARIANTS
55
56 #undef CYGDBG_USE_TRACING
57 #undef CYGDBG_INFRA_DEBUG_FUNCTION_REPORTS
58
59 #endif  // CYGONCE_LIBCDL_CONFIG_H
60 // End of config.h