This directory contains tools required to build the OpenVPN Auth-LDAP Plugin:
 - lemon 1.33 was downloaded from http://www.hwaci.com/sw/lemon/
     The Lemon tool was modified as follows:
        - Write output to the current working directory
	- Output Objective-C source files (.m)
	- Include stdio.h in headers generated by makeheaders
     Additionally, the lempar.c template was modified to include <string.h> for the
     memset() prototype.

 - makeheaders was downloaded from http://www.hwaci.com/sw/mkhdr/
     The makeheaders tool was modified to support Objective-C source
     files (.m)
