root/vtcross/trunk/src/include/vtcross/common.h @ 161

Revision 161, 329 bytes (checked in by bhilburn, 15 years ago)

.

Line 
1/* Virginia Tech Cognitive Radio Open Source Systems
2 * Virginia Tech, 2009
3 *
4 * LICENSE INFORMATION GOES HERE
5 */
6
7/* This file is included in every source file of the VTCROSS system.  It
8 * declares global flags and includes.
9 */
10
11#ifndef COMMON_H
12#define COMMON_H
13
14#ifdef HAVE_CONFIG_H
15    #include "config.h"
16#endif
17
18#endif
Note: See TracBrowser for help on using the browser.