config.h.in

Mon, 18 Feb 2019 22:07:12 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 18 Feb 2019 22:07:12 +0100
changeset 278
dc22dd5d77fd
parent 0
033898178630
child 551
57cb71496a9a
permissions
-rw-r--r--

Initial design of a yeast starter calculator based on the Braukaiser model. Changed the yeast inventory prompts to the correct Dutch amounts. The pitchrate calculator makes a difference between light and heavy beers, turning point is a SG 1.060. Some code is from Homebrew Dad's calculator.

/* 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