forked from mirrors/tftp-hpa-google
Detect if IPPORT_TFTP is defined anywhere (may not be a macro, may be
an enum.)
This commit is contained in:
parent
68c0102aa6
commit
a0db7c057b
4 changed files with 45 additions and 13 deletions
|
@ -51,6 +51,10 @@
|
|||
#include <setjmp.h>
|
||||
#include "../config.h"
|
||||
|
||||
#ifndef HAVE_IPPORT_TFTP_DEFINITION
|
||||
#define IPPORT_TFTP 69
|
||||
#endif
|
||||
|
||||
struct tftphdr;
|
||||
|
||||
struct tftphdr *r_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue