mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
don't panic if libpsyc isnt available
This commit is contained in:
parent
63038a5049
commit
47232884b9
4 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
// $Id: parse.c,v 1.30 2008/12/18 18:16:14 lynx Exp $
|
||||
|
||||
#include "psyc.h"
|
||||
#ifdef LIBPSYC // net/spyc currently doesn't work without libpsyc
|
||||
// and probably never will.. will delete the old code soon
|
||||
|
||||
#include <net.h>
|
||||
#include <input_to.h>
|
||||
|
||||
|
@ -470,3 +473,5 @@ test() {
|
|||
}
|
||||
# endif
|
||||
#endif // !LIBPSYC
|
||||
|
||||
#endif // LIBPSYC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue