source: tags/arb_5.2/WINDOW/aw_global_awars.hxx

Last change on this file was 6589, checked in by westram, 14 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1//  ==================================================================== //
2//                                                                       //
3//    File      : aw_global_awars.hxx                                    //
4//    Purpose   : define awars available in ALL arb applications         //
5//                                                                       //
6//                                                                       //
7//  Coded by Ralf Westram (coder@reallysoft.de) in January 2003          //
8//  Copyright Department of Microbiology (Technical University Munich)   //
9//                                                                       //
10//  Visit our web site at: http://www.arb-home.de/                       //
11//                                                                       //
12//                                                                       //
13//  ==================================================================== //
14
15#ifndef AW_GLOBAL_AWARS_HXX
16#define AW_GLOBAL_AWARS_HXX
17
18#define AWAR_WWW_BROWSER "www/browse_cmd" // how to call the users browser
19
20#else
21#error aw_global_awars.hxx included twice
22#endif // AW_GLOBAL_AWARS_HXX
23
Note: See TracBrowser for help on using the repository browser.