~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Monty Taylor
  • Date: 2008-11-02 03:17:55 UTC
  • mto: (520.4.45 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: monty@inaugust.com-20081102031755-cpzp7dlqoa7rcs1v
Removed a bunch of unusued tests and defines from autoconf.
Fixed the way we were doing cmath - and moved it out of global.h. Still probably
isn't right for Sun Studio, but we're getting closer I think.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#include <ctype.h>
85
85
#include <string>
86
86
 
 
87
#include CMATH_H
 
88
 
 
89
#if defined(CMATH_NAMESPACE)
 
90
using namespace CMATH_NAMESPACE;
 
91
#endif
 
92
 
87
93
using namespace std;
88
94
 
89
95
#ifdef HAVE_SMEM