Import Geant4 2.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:42:07 +02:00
parent 103bda00c8
commit e7d7193284
3106 changed files with 171117 additions and 90550 deletions
+2 -15
View File
@@ -1,14 +1,4 @@
//
//
// $Id: stat.h,v 1.2 1999/05/21 20:20:45 japost Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
#ifdef __O3DB__
#include <OpenOODB.h>
#endif
@@ -41,7 +31,7 @@
#ifndef sys_stat_h
#ifdef __cplusplus
#if defined(__cplusplus)
extern "C" {
#endif
@@ -49,9 +39,6 @@ extern "C" {
#ifdef WIN32
# include <sys/Stat.h>
#else
#ifdef __FreeBSD__
# include <sys/time.h>
#endif
# include "//usr/include/sys/stat.h"
#endif
#undef KERNEL
@@ -65,7 +52,7 @@ extern int stat(const char* path, struct stat*);
extern int fstat(int fd, struct stat*);
extern int lstat(const char* path, struct stat*);
#ifdef __cplusplus
#if defined(__cplusplus)
}
#endif