Changeset 373b7e7


Ignore:
Timestamp:
Jul 2, 2003, 7:28:03 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
03955f3
Parents:
09489b89
Message:
Removed some stuff that was simulating not having zephyr
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • config.h.in

    r0435c7d r373b7e7  
    4343#undef HAVE_LIBZEPHYR
    4444
     45#undef HAVE_ZEPHYR_ZEPHYR_H
     46
    4547/* Define if libzephyr contains ZInitLocationInfo */
    4648#undef HAVE_LIBZEPHYR_ZINITLOCATIONINFO
  • configure

    r09489b89 r373b7e7  
    17371737fi
    17381738
    1739 for ac_hdr in strings.h sys/ioctl.h unistd.h
     1739for ac_hdr in strings.h sys/ioctl.h unistd.h zephyr/zephyr.h
    17401740do
    17411741ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  • owl.h

    r09489b89 r373b7e7  
    1111#include "config.h"
    1212#ifdef HAVE_LIBZEPHYR
    13 #undef HAVE_LIBZEPHYR
    14 /* #include <zephyr/zephyr.h> */ /* this is to simulate not having zephyr */
     13#include <zephyr/zephyr.h>
    1514#endif
    1615
Note: See TracChangeset for help on using the changeset viewer.