Main Page | Data Structures | File List | Data Fields | Globals

includes.h File Reference

This file contains all the neccessary include precompiler commands. More...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <time.h>
#include <stdarg.h>
#include "dt_smiles.h"
#include "dt_smarts.h"
#include "generalDefines.h"
#include "stringArray.c"
#include "givenClp.c"
#include "clp.c"
#include "doubleArray.c"
#include "smilesCompound.c"
#include "doubleLinkedList.c"

Go to the source code of this file.

Defines

#define INCLUDES_VERSION   "1.0.1"
#define INCLUDES_DATE   "02-Dec-2003"


Detailed Description

This file contains all the neccessary include precompiler commands.

All include commands are listed in this single file to provide an easy way to maintain this list. The list of include commands consists of the following different file types

The order of the module includes is of importance! Modules that are further down in the list use functions and structures of modules that are on top of the list. Therefore, the order of this list shouldn't be modified!

Author:
Uli Fechner
Version:
28/11/2003 - Uli Fechner - initial release

02/12/2003 - Uli Fechner - added the daylight includes

Definition in file includes.h.


Define Documentation

#define INCLUDES_DATE   "02-Dec-2003"
 

Definition at line 9 of file includes.h.

Referenced by displayVersionInformation().

#define INCLUDES_VERSION   "1.0.1"
 

Definition at line 8 of file includes.h.

Referenced by displayVersionInformation().


Generated on Mon Nov 8 16:04:07 2004 for countSmarts by doxygen 1.3.6