Changeset c3c2e14
- Timestamp:
- 2005-11-30T12:12:25Z (19 years ago)
- Branches:
- master
- Children:
- 6caa56a
- Parents:
- a40a2c2
- Location:
- protocols
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
ra40a2c2 rc3c2e14 21 21 * 22 22 */ 23 24 #ifdef HAVE_CONFIG_H25 #include "config.h"26 #endif27 23 28 24 #ifndef _WIN32 -
protocols/yahoo/crypt.c
ra40a2c2 rc3c2e14 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
ra40a2c2 rc3c2e14 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
ra40a2c2 rc3c2e14 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
ra40a2c2 rc3c2e14 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.