mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:57:20 +03:00
PKTSIZE might have been already defined in arpa/tftp.h
This commit is contained in:
parent
ec4647c0f9
commit
703fa98a48
1 changed files with 2 additions and 0 deletions
|
|
@ -103,7 +103,9 @@
|
|||
* STRUCT DECLARATIONS AND DEFINES *
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef PKTSIZE
|
||||
#define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */
|
||||
#endif
|
||||
|
||||
struct testcase {
|
||||
char *buffer; /* holds the file data to send to the client */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue