config.h.in

Sat, 07 Nov 2015 22:04:17 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 07 Nov 2015 22:04:17 +0100
changeset 409
cdf68044adaf
parent 259
b7c967359771
child 426
e54611453d29
permissions
-rw-r--r--

Added a new brewpanel program that runs on an SDL/X screen. It will be an emulator for the hardware panels. Development version 0.5.0

4
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 /* config.h.in. */
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 #undef COPYRIGHT
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 #undef VERSION
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 /* Compile experimental code (may not be present) */
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 #undef USE_EXPERIMENT
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8
259
b7c967359771 Added framework for a simulation of a fridge with heater to use as controlled fermentor
Michiel Broek <mbroek@mbse.eu>
parents: 144
diff changeset
9 /* Compile simulator code */
b7c967359771 Added framework for a simulation of a fridge with heater to use as controlled fermentor
Michiel Broek <mbroek@mbse.eu>
parents: 144
diff changeset
10 #undef USE_SIMULATOR
b7c967359771 Added framework for a simulation of a fridge with heater to use as controlled fermentor
Michiel Broek <mbroek@mbse.eu>
parents: 144
diff changeset
11
4
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 /* According to Sun we MUST define this in the source */
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 #define _REENTRANT 1
c95995faccb0 Added config.h.in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14
17
b802305046dc Tests for wiringPi are now not fatal
Michiel Broek <mbroek@mbse.eu>
parents: 7
diff changeset
15 /* Define if you have the <wiringPi.h> header file. */
b802305046dc Tests for wiringPi are now not fatal
Michiel Broek <mbroek@mbse.eu>
parents: 7
diff changeset
16 #undef HAVE_WIRINGPI_H
409
cdf68044adaf Added a new brewpanel program that runs on an SDL/X screen. It will be an emulator for the hardware panels. Development version 0.5.0
Michiel Broek <mbroek@mbse.eu>
parents: 259
diff changeset
17
cdf68044adaf Added a new brewpanel program that runs on an SDL/X screen. It will be an emulator for the hardware panels. Development version 0.5.0
Michiel Broek <mbroek@mbse.eu>
parents: 259
diff changeset
18 /* Define if you have the <SDL/SDL.h> header file. */
cdf68044adaf Added a new brewpanel program that runs on an SDL/X screen. It will be an emulator for the hardware panels. Development version 0.5.0
Michiel Broek <mbroek@mbse.eu>
parents: 259
diff changeset
19 #undef HAVE_SDL_SDL_H

mercurial