Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497685
config.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
890 B
Referenced Files
None
Subscribers
None
config.h
View Options
/*******************************************************************************
*
* File: config.h
*
* Contents: Configuration nformation on the build of the library.
*
* Copyright 2017
*
* Author: David Juhasz (david.juhasz@tuwien.ac.at)
*
******************************************************************************/
#ifndef __ROSA_CONFIG_SYSTEM_H__
#define __ROSA_CONFIG_SYSTEM_H__
// Various preprocessor macros containing config information.
#include
"rosa-config.h"
// This OS-specific block defines one of the following:
// - ROSA_LINUX
// - ROSA_WINDOWS
// It also defines ROSA_POSIX for POSIX-compatible systems
#if defined(__linux__)
#define ROSA_LINUX
#elif defined(WIN32) || defined(_WIN32)
#define ROSA_WINDOWS
#else
#error Platform and/or compiler not supported
#endif
#if defined(ROSA_LINUX)
#define ROSA_POSIX
#endif
#endif
// __ROSA_CONFIG_SYSTEM_H__
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Mar 1, 9:38 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
289188
Default Alt Text
config.h (890 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment