/**---------------------------------------------------------------------------
 ** 
 ** gfidcl.h -- 
 ** 
 ** Author          : Pierre Jaccard
 ** Created On      : 1999/07/16 16:06:05
 ** Last Modified By: Pierre Jaccard
 ** Last Modified On: 1999/07/16 16:06:21
 ** Update Count    : 1
 ** Directory       : /home/pego/pcd1/codas3c/gfi/include/
 ** Version         : 0.0
 ** Status          : Unknown
 ** ---------------------------------------------------------------------- ** 
 ** DESCRIPTION: 
 ** 
 **    Undocumented.
 ** 
 ** ---------------------------------------------------------------------- ** 
 ** REVISIONS: 
 ** ---------------------------------------------------------------------- ** 
 ** CHANGES: 
 **------------------------------------------------------------------------**/

/*                                       
 * 
 * gfidcl.h -- General declarations for GFI extensions.
 * 
 * Author          : Jaccard Pierre
 * Created On      : 1999/02/05 16:55:39
 * Last Modified By: Jaccard Pierre
 * Last Modified On: 1999/02/05 18:23:57
 * Update Count    : 2
 * Directory       : /data1/jaccard/codas3/gfi/include/
 * Status          : Not updated.
 */

#ifdef   gfidcl_already_included
/*#warning File gfidcl.h already included*/
#else
#define  gfidcl_already_included


#ifdef OK
#undef OK
#endif
#define OK		 0
			
#ifdef TRUE
#undef TRUE
#endif												
#define TRUE	 1

#ifdef FALSE
#undef FALSE
#endif
#define FALSE	 0

#ifndef M_PI
#define M_PI	 3.14159265358979323846
#endif

/* ------------------------------------------------------------------
	 --Bit Mask:
	
	 Return a mask corresponing to an [[ULONG]], where bit [[i]] is set to 1.
	 ------------------------------------------------------------------ */




#endif /* gfidcl_already_included */
