source: main/trunk/greenstone2/common-src/src/lib/gsdlsysfuncs.h@ 21325

Last change on this file since 21325 was 21325, checked in by ak19, 14 years ago

Changes to makefiles, configure files, and source code to work with the new configure flags that allow indexers to be individually compiled up by setting each indexer to be enabled or disabled (enable-mg, enable-mgpp, enable-lucene).

File size: 187 bytes
Line 
1#ifndef GSDLSYSFUNCS_H
2#define GSDLSYSFUNCS_H
3
4#include <sys/stat.h>
5
6#ifdef HAVE_CONFIG_H
7# ifdef __WIN32__
8# include <win32cfg.h>
9# else
10# include <config.h>
11# endif
12#endif
13
14
15
16#endif
Note: See TracBrowser for help on using the repository browser.