This commit was manufactured by cvs2svn to create tag 'gridsite- gridsite-core_R_1_1_19_2
authorcvs2svn <admin@example.com>
Mon, 16 Feb 2009 12:33:11 +0000 (12:33 +0000)
committercvs2svn <admin@example.com>
Mon, 16 Feb 2009 12:33:11 +0000 (12:33 +0000)
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

org.gridsite.core/src/gsexec.c

index 4278c77..1402871 100644 (file)
  *
  */
 
+#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"