From GridLAB-D Wiki
Jump to: navigation, search

LINUX - Global variable indicating whether the current platform is an Linux system

Synopsis

#ifdef LINUX
#ifndef LINUX

Remarks

The LINUX flag is defined only on Linux systems. On all other platforms, the flag is undefined.

See also