~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/stacktrace.h

  • Committer: brian
  • Date: 2008-06-29 12:18:49 UTC
  • Revision ID: brian@localhost.localdomain-20080629121849-2le5txjj7tkdq54f
Fix for stat, NETWARE removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#endif /* HAVE_STACKTRACE */
56
56
 
57
57
 
58
 
#if !defined(__NETWARE__)
59
 
#define HAVE_WRITE_CORE
60
 
#endif
61
 
 
62
 
#ifdef HAVE_WRITE_CORE
63
58
void write_core(int sig);
64
 
#endif
65
 
 
66
59
 
67
60
#ifdef  __cplusplus
68
61
}