C $Header: /u/gcmpack/MITgcm/pkg/autodiff/AUTODIFF_OPTIONS.h,v 1.3 2004/03/04 04:00:12 heimbach Exp $
C $Name:  $

CBOP
C     !ROUTINE: AUTODIFF_CPPOPTIONS.h 
C     !INTERFACE:
C     include "AUTODIFF_CPPOPTIONS.h "
C     !DESCRIPTION:
C     *==========================================================*
C     | CPP_EEMACROS.h                                            
C     *==========================================================*
C     CPP flags controlling which code is included in the files
C     that will be compiled.
C     These macros have been shifted to the common header file
C     ECCO_CPPOPTIONS.h
CEOP

#ifndef AUTODIFF_OPTIONS_H
#define AUTODIFF_OPTIONS_H

#include "PACKAGES_CONFIG.h"
#include "AD_CONFIG.h"
#include "CPP_OPTIONS.h"

#endif /* AUTODIFF_CPPOPTIONS_H */