- 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:
Guus Sliepen 2000-10-11 22:01:02 +00:00
parent 6e39481d8f
commit 183a8edd22
15 changed files with 148 additions and 149 deletions

View file

@ -1,3 +1,5 @@
#include <sys/types.h>
#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args