/*+MHDR*/
/*
#  Clearcase: @@/main/16
#  VersionId: Tau 4.2.3
+------------------------------------------------------------------------------+
|  Modulname    : ini_api.h                                                    |
+------------------------------------------------------------------------------+
*/
/*-MHDR*/
#ifndef _INI_API_H_   
  #define _INI_API_H_

#ifdef __cplusplus
  extern "C" {
#endif

enum ini_api_par
{
  GET_SystemNameAndPath,
  GET_IntegrationName,
  GET_SelectedComponent,
  GET_Compiler_Tool,
  GET_Compiler_Options,
  GET_Compiler_Tool2,
  GET_Compiler_Options2,
  GET_Compiler_Tool3,
  GET_Compiler_Options3,
  GET_Compiler_Include,
  GET_Compiler_LibFlag,
  GET_Compiler_CodInclude,
  GET_AddCompiler_Tool,
  GET_AddCompiler_Options,
  GET_AddCompiler_Include,
  GET_AddCompiler_Depend,
  GET_Compiler_Flag,
  GET_Linker_Tool,
  GET_Linker_Options,
  GET_Library_Tool,
  GET_Library_Options,
  GET_Make_Tool,
  GET_Make_ResponseStart,
  GET_Make_ResponseEnd,
  GET_PreMake,
  GET_PreCompile,
  GET_PostLink,
  GET_FirstMakefileEntry,
  GET_NextMakefileEntry,
  GET_FirstFileToCompile,
  GET_NextFileToCompile,
  GET_FirstAddFileToCompile,
  GET_NextAddFileToCompile,
  GET_FirstTesterFile,
  GET_NextTesterFile,
  GET_FirstCoderFile,
  GET_NextCoderFile,
  GET_FirstObjectToLink,
  GET_NextObjectToLink,
  GET_FirstLibraryToLink,
  GET_NextLibraryToLink,
  GET_MakefileName,
  GET_GeneratorName,
  GET_GenerateSDLCoder,
  GET_GenerateASNCoder,
  GET_LibraryDirectory,
  GET_ObjectDirectory,
  GET_ObjectExtension,
  GET_AddObjectExtension,
  GET_ExecutableExtension,
  GET_Input2Extension,
  GET_Input3Extension,
  GET_LibraryExtension,
  GET_SelectedCompiler
};

const char* GetIniValue( int a_par);

#ifdef __cplusplus
  }
#endif
 
#endif /* ... _INI_API_HPP_ */

