Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r34509d5 r18e28a4  
    5353#include <libfaim/aim.h>
    5454#include "config.h"
    55 #include "glib.h"
    5655#ifdef HAVE_LIBZEPHYR
    5756#include <zephyr/zephyr.h>
     
    6463#ifdef OWL_PERL
    6564typedef void WINDOW;
     65/* logout is defined in FreeBSD. */
     66#define logout logout_
    6667#include <perl.h>
     68#undef logout
    6769#include "XSUB.h"
    6870#else
     
    560562  char *thishost;
    561563  char *homedir;
     564  char *confdir;
     565  char *startupfile;
    562566  int direction;
    563567  int zaway;
Note: See TracChangeset for help on using the changeset viewer.