~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Monty Taylor
  • Date: 2008-12-20 23:44:07 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081220234407-585wdrdd1vxqqzam
Removed all the setting of DEFS everywhere. Use configmake.h to get the values
we need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#define TEMP_PREFIX     "MY"
40
40
#define LOG_PREFIX      "ML"
41
41
#define PROGDIR         "bin/"
42
 
#ifndef DATADIR
43
 
#define DATADIR         "data/"
44
 
#endif
45
 
#ifndef SHAREDIR
46
 
#define SHAREDIR        "share/"
47
 
#endif
48
 
#ifndef PLUGINDIR
49
 
#define PLUGINDIR       "lib/plugin"
50
 
#endif
51
42
 
52
43
#define ER(X) error_message((X))
53
44