mirror of
https://github.com/curl/curl.git
synced 2025-09-29 15:36:53 +03:00
PKTSIZE might have been already defined in arpa/tftp.h
This commit is contained in:
parent
ec4647c0f9
commit
703fa98a48
|
@ -103,7 +103,9 @@
|
||||||
* STRUCT DECLARATIONS AND DEFINES *
|
* STRUCT DECLARATIONS AND DEFINES *
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef PKTSIZE
|
||||||
#define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */
|
#define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */
|
||||||
|
#endif
|
||||||
|
|
||||||
struct testcase {
|
struct testcase {
|
||||||
char *buffer; /* holds the file data to send to the client */
|
char *buffer; /* holds the file data to send to the client */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user