~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to src/chassis-path.c

  • Committer: Kay Roepke
  • Date: 2009-06-11 21:16:12 UTC
  • Revision ID: kay@sun.com-20090611211612-wyk8bg73vkx9u1qp
add internal libevent build cmake files
fix inet_ntop usage on pre-vista windows
don't blindly #define socklen_t on win32
correct cmake check for g_thread_init
copy lua dll on windows

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <stdlib.h> /* for realpath */
28
28
#endif
29
29
#include "chassis-path.h"
30
 
 
 
30
 
31
31
gchar *chassis_get_basedir(const gchar *prgname) {
32
32
        gchar *absolute_path;
33
33
        gchar *bin_dir;