diff options
Diffstat (limited to 'compat/getopt_long.h')
-rw-r--r-- | compat/getopt_long.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/getopt_long.h b/compat/getopt_long.h index 7ddf5a3..2500f64 100644 --- a/compat/getopt_long.h +++ b/compat/getopt_long.h @@ -19,8 +19,8 @@ 02110-1301 USA */ -#ifndef _GETOPT_LONG_H -#define _GETOPT_LONG_H 1 +#ifndef COMPAT__GETOPT_LONG_H +#define COMPAT__GETOPT_LONG_H 1 #ifndef HAVE_GETOPT_LONG @@ -47,4 +47,4 @@ int getopt_long(int argc,char * const argv[], #endif /* not HAVE_GETOPT_LONG */ -#endif /* _GETOPT_LONG_H */ +#endif /* COMPAT__GETOPT_LONG_H */ |