- Fixing-things pass: every source file compiles into an object file now,
but linking tincd does not work yet (must link with openssl libs and define some missing functions).
This commit is contained in:
parent
6e39481d8f
commit
183a8edd22
15 changed files with 148 additions and 149 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#ifndef PARAMS
|
||||
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
|
||||
# define PARAMS(Args) Args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue