]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ms/applink.c
trivial change: optionally suppress include lines
[thirdparty/openssl.git] / ms / applink.c
index 1d8ecf79e791676fd937a15965a21bbdf72b5083..460ee7339e8d56dae3c9961cfe71dfb46fa90b16 100644 (file)
 #define APPLINK_MAX     22      /* always same as last macro */
 
 #ifndef APPMACROS_ONLY
+
+/*
+ * Normally, do not define APPLINK_NO_INCLUDES.  Define it if you are using
+ * symbol preprocessing and do not want the preprocessing to affect the
+ * following included header files.  You will need to put these
+ * include lines somewhere in the file that is including applink.c.
+ */
+#ifndef APPLINK_NO_INCLUDES
 # include <stdio.h>
 # include <io.h>
 # include <fcntl.h>
+#endif
 
 # ifdef __BORLANDC__
    /* _lseek in <io.h> is a function-like macro so we can't take its address */