config.h.in

Sat, 01 Dec 2018 22:24:46 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 01 Dec 2018 22:24:46 +0100
changeset 119
ae5e8d740173
parent 0
033898178630
child 551
57cb71496a9a
permissions
-rw-r--r--

Renamed some fields in prod_main to prevent ambigous names with the join. Delete product also deletes the corresponding recipe. Fixed equipment load and save. Read data from the product main joined with prod_recipes completed. The brewday page is now almost complete, the calculations must be added.

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