cisst-saw
Loading...
Searching...
No Matches
osaConfig.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4/*
5$Id$
6
7Author(s): Anton Deguet
8Created on: 2011-03-15
9
10(C) Copyright 2011 Johns Hopkins University (JHU), All Rights
11Reserved.
12
13--- begin cisst license - do not edit ---
14
15This software is provided "as is" under an open source license, with
16no warranty. The complete license can be found in license.txt and
17http://www.cisst.org/cisst/license.txt.
18
19--- end cisst license ---
20
21*/
22
23#ifndef _osaConfig_h
24#define _osaConfig_h
25
26#include <cisstConfig.h>
27
28// Do we have linux/module.h, used only by RTAI
29#define CISST_OSA_HAS_MODULE_H 0
30
31#endif // _osaConfig_h