1: 
   2: /*
   3:  *  Define if you would like to use the DebugPtr class to track memory leaks.
   4:  */
   5: #undef USE_DEBUG_POINTERS 
   6: 
   7: /*
   8:  *  Define if the build environment uses #include <ostream>
   9:  */
  10: 
  11: #undef HAVE_OSTREAM 
  12: 
  13: /*
  14:  *  Define if the build environment uses #include <ostream.h>
  15:  */
  16: 
  17: #undef HAVE_OSTREAM_H 
  18: 
  19: /*
  20:  *  Define this if you want to use the ICANN root servers by default.
  21:  */
  22: #undef USE_ICANN 
  23: 
  24: /*
  25:  *  Define this if you want to use the OpenNIC root servers by default.
  26:  */
  27: #undef USE_OPENNIC 
  28: 
  29: 
  30: 
  31: 
  32: