config.h.in

Wed, 27 Mar 2019 12:50:57 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 27 Mar 2019 12:50:57 +0100
changeset 334
26c6f8e5d58e
parent 0
033898178630
child 551
57cb71496a9a
permissions
-rw-r--r--

Added webcam_url and webcam_light fields to the mon_fermenters database table. Currently these fields need to be set using phpMyAdmin or another tool. If the webcam_url field is set, then on the mon_fermenter webpage a button is added to show a webcam page.

/* config.h.in.  */

#undef COPYRIGHT
#undef VERSION

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

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

mercurial