Changeset 019c031 for protocols/yahoo
- Timestamp:
- 2005-12-04T21:55:15Z (19 years ago)
- Branches:
- master
- Children:
- 568aaf7
- Parents:
- 500a1b6 (diff), d636233 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- protocols/yahoo
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/crypt.c
r500a1b6 r019c031 22 22 * already had. isn't that lovely. people should just use linux or 23 23 * freebsd, crypt works properly on those systems. i hate solaris */ 24 25 #if HAVE_CONFIG_H26 # include <config.h>27 #endif28 24 29 25 #if HAVE_STRING_H -
protocols/yahoo/libyahoo2.c
r500a1b6 r019c031 43 43 * 44 44 */ 45 46 #if HAVE_CONFIG_H47 # include <config.h>48 #endif49 45 50 46 #ifndef _WIN32 -
protocols/yahoo/yahoo_httplib.c
r500a1b6 r019c031 19 19 * 20 20 */ 21 22 #if HAVE_CONFIG_H23 # include <config.h>24 #endif25 21 26 22 #include <stdio.h> -
protocols/yahoo/yahoo_util.c
r500a1b6 r019c031 19 19 * 20 20 */ 21 22 #if HAVE_CONFIG_H23 # include <config.h>24 #endif25 21 26 22 #if STDC_HEADERS
Note: See TracChangeset
for help on using the changeset viewer.