Detect if IPPORT_TFTP is defined anywhere (may not be a macro, may be

an enum.)
This commit is contained in:
hpa 2001-08-09 06:19:00 +00:00
parent 68c0102aa6
commit a0db7c057b
4 changed files with 45 additions and 13 deletions

View file

@ -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);