core_R_1_1_19_2'.
Sprout from gridsite-core_branch_1_1_0_ETICS 2009-02-16 12:33:10 UTC ekenny 'Introduced OpenSSL related #if clause for SL4/SL5 compatibility'
Cherrypick from gridsite-core_branch_1_5_8 2008-06-27 10:46:09 UTC Andrew McNab <andrew.mcnab@manchester.ac.uk> 'Sync':
org.gridsite.core/src/gsexec.c
*
*/
+#include "ap_mmn.h"
+#if AP_MODULE_MAGIC_AT_LEAST(20051115,0)
+#ifndef _LARGEFILE64_SOURCE
+#define _LARGEFILE64_SOURCE
+#endif
+#endif
+
#include "apr.h"
#include "apr_file_io.h"
#include "ap_config.h"