mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
14 lines
304 B
C
14 lines
304 B
C
|
/** Compiled-in settings
|
||
|
*
|
||
|
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
||
|
* @copyright 2014, Institute for Automation of Complex Power Systems, EONERC
|
||
|
* @file
|
||
|
*/
|
||
|
|
||
|
#ifndef _CONFIG_H_
|
||
|
#define _CONFIG_H_
|
||
|
|
||
|
#define PROGNAME "AsyncIP"
|
||
|
#define VERSION "0.1"
|
||
|
|
||
|
#endif /* _CONFIG_H_ */
|