config.h.in

Tue, 02 Jun 2015 22:37:08 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Jun 2015 22:37:08 +0200
changeset 372
a0263f0a0cb2
parent 259
b7c967359771
child 409
cdf68044adaf
permissions
-rw-r--r--

Bumped to development version 0.3.4

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