- Timestamp:
- 2010-12-05T20:44:19Z (14 years ago)
- Branches:
- master
- Children:
- 6d41bc5
- Parents:
- 4d30309
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/configure.ac
r4d30309 r7f41495 13 13 14 14 case "`$CC -dumpmachine`" in 15 *linux*|*freebsd* )15 *linux*|*freebsd*|*netbsd*) 16 16 SHARED_FLAGS="-fPIC -shared" 17 17 SHARED_EXT="so" -
skype/skype.c
r4d30309 r7f41495 24 24 #include <poll.h> 25 25 #include <bitlbee.h> 26 #include < bitlbee/ssl_client.h>26 #include <ssl_client.h> 27 27 28 28 #define SKYPE_DEFAULT_SERVER "localhost"
Note: See TracChangeset
for help on using the changeset viewer.