config.h.in

Sat, 29 Nov 2014 16:07:34 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 29 Nov 2014 16:07:34 +0100
changeset 300
4ce46ff3e37d
parent 259
b7c967359771
child 409
cdf68044adaf
permissions
-rw-r--r--

The LIST LOG command now automatic adjusts the number of output lines and resolution by calculating a reasonable interval between 1 and 60 minutes. Bumped to version 0.2.6

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