Do not define macros starting with _
This commit is contained in:
parent
352e2ccd05
commit
9e3fe1e0a7
|
|
@ -7,8 +7,8 @@
|
|||
* use of this software. *
|
||||
\*********************************************************************/
|
||||
|
||||
#ifndef _FSP_CLIENT_DEF_H_
|
||||
#define _FSP_CLIENT_DEF_H_ 1
|
||||
#ifndef FSP_CLIENT_DEF_H_
|
||||
#define FSP_CLIENT_DEF_H_ 1
|
||||
|
||||
#include "common_def.h"
|
||||
#include "client_conf.h"
|
||||
|
|
@ -45,4 +45,4 @@ typedef struct rdirent { unsigned long d_fileno;
|
|||
unsigned short d_namlen;
|
||||
char *d_name; } rdirent;
|
||||
|
||||
#endif /* _FSP_CLIENT_DEF_H_ */
|
||||
#endif /* FSP_CLIENT_DEF_H_ */
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
* use of this software. *
|
||||
\*********************************************************************/
|
||||
|
||||
#ifndef _FSP_COMMON_DEF_H_
|
||||
#define _FSP_COMMON_DEF_H_ 1
|
||||
#ifndef FSP_COMMON_DEF_H_
|
||||
#define FSP_COMMON_DEF_H_ 1
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
@ -156,4 +156,4 @@ typedef struct RDIRENT { unsigned char bb_time[4];
|
|||
#define MAX_DELAY 300000L
|
||||
#define DEFAULT_TIMEOUT 360
|
||||
|
||||
#endif /* _FSP_COMMON_DEF_H_ */
|
||||
#endif /* FSP_COMMON_DEF_H_ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user