Changeset 210c261
- Timestamp:
- Jul 3, 2003, 10:24:30 AM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- de03334
- Parents:
- e6449bc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
re6449bc r210c261 5 5 standalone AIM client. 6 6 Cleaned up some warnings from linux gcc. 7 Fixed bug that can cause response stuff to crash 7 8 8 9 2.0.6 -
configure.in
re6449bc r210c261 42 42 AC_CHECK_LIB(krb4, krb_sendauth,, 43 43 AC_CHECK_LIB(krb, krb_sendauth)) 44 dnl These are both off right now to simluate zephyr not being present45 44 dnl AC_CHECK_LIB(zephyr, ZGetSender,, AC_MSG_ERROR(No zephyr library found.)) 46 45 AC_CHECK_LIB(zephyr, ZGetSender) -
global.c
r09489b89 r210c261 779 779 { 780 780 if (g->response) owl_free(g->response); 781 g->response= resp;781 g->response=owl_strdup(resp); 782 782 } 783 783
Note: See TracChangeset
for help on using the changeset viewer.