~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getwd.c

  • Committer: Mark Atwood
  • Date: 2008-07-01 21:25:46 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: mark@localhost.localdomain-20080701212546-jzs7ljtwcp2dcmgd
Remove all OpenSSL and all YaSSL code

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "mysys_priv.h"
19
19
#include <m_string.h>
20
20
#include "mysys_err.h"
21
 
#include "my_static.h"
22
21
#ifdef HAVE_GETWD
23
22
#include <sys/param.h>
24
23
#endif