config.h.in

Mon, 01 Sep 2014 15:43:13 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 01 Sep 2014 15:43:13 +0200
changeset 274
111b0e9663dc
parent 259
b7c967359771
child 409
cdf68044adaf
permissions
-rw-r--r--

Added logging if profile state is changed via the web interface. Log profile progress each half hour in syslog. Profile resttime steps 0 hours is allowed, meaning resttime or steptime must be set for a valid step. Updated the helptext on the web page.

/* config.h.in.  */

#undef COPYRIGHT
#undef VERSION

/* Compile experimental code (may not be present) */
#undef USE_EXPERIMENT

/* Compile simulator code */
#undef USE_SIMULATOR

/* According to Sun we MUST define this in the source */
#define _REENTRANT 1

/* Define if you have the <wiringPi.h> header file. */
#undef HAVE_WIRINGPI_H

mercurial