Changeset 373b7e7
- Timestamp:
- Jul 2, 2003, 7:28:03 PM (22 years ago)
- 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
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r0435c7d r373b7e7 43 43 #undef HAVE_LIBZEPHYR 44 44 45 #undef HAVE_ZEPHYR_ZEPHYR_H 46 45 47 /* Define if libzephyr contains ZInitLocationInfo */ 46 48 #undef HAVE_LIBZEPHYR_ZINITLOCATIONINFO -
configure
r09489b89 r373b7e7 1737 1737 fi 1738 1738 1739 for ac_hdr in strings.h sys/ioctl.h unistd.h 1739 for ac_hdr in strings.h sys/ioctl.h unistd.h zephyr/zephyr.h 1740 1740 do 1741 1741 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -
owl.h
r09489b89 r373b7e7 11 11 #include "config.h" 12 12 #ifdef HAVE_LIBZEPHYR 13 #undef HAVE_LIBZEPHYR 14 /* #include <zephyr/zephyr.h> */ /* this is to simulate not having zephyr */ 13 #include <zephyr/zephyr.h> 15 14 #endif 16 15
Note: See TracChangeset
for help on using the changeset viewer.