#ifndef _SOWING #define _SOWING /* Include prototypes for the basic functions that some compilation systems, such as Gnu gcc under SunOS, do not provide(!) */ #ifdef NEEDS_STDLIB_PROTOTYPES #include "protofix.h" #endif #include #include /* Include the definitions from configure */ #if !defined(WIN32) #include "sowingconfig.h" #ifdef HAVE_STRING_H #include #endif #else #define __MSDOS__ #define HAVE_STDLIB_H 1 #include #endif /* System name code */ void SYGetArchType( char *, int ); /* Include argument processing code */ #include "getopts.h" /* Include common file operations */ #include "sowingfile.h" /* Include common text procession operations */ #include "sowingtxt.h" /* Include daytime information */ #include "daytime.h" /* Include space tracing code */ #include "trspace.h" #endif