X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fgetopt%2Fgetopt-sh.h;h=868ffce0774b0d2e8a36dba2e660b5b6b9aea34f;hb=99bf21a14246e2fe25f29571a64c6fce6b78bb2e;hp=a1b24fbc621b266625ca695bcaf0aaa122edb4e1;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/getopt/getopt-sh.h b/ucw/getopt/getopt-sh.h index a1b24fbc..868ffce0 100644 --- a/ucw/getopt/getopt-sh.h +++ b/ucw/getopt/getopt-sh.h @@ -1,13 +1,13 @@ #ifndef _UCW_GETOPT_GETOPT_SH_H #define _UCW_GETOPT_GETOPT_SH_H -#define getopt sh_getopt -#define getopt_long sh_getopt_long -#define getopt_long_only sh_getopt_longonly -#define optarg sh_optarg -#define optind sh_optind -#define opterr sh_opterr -#define optopt sh_optopt +#define getopt ucw_getopt +#define getopt_long ucw_getopt_long +#define getopt_long_only ucw_getopt_longonly +#define optarg ucw_optarg +#define optind ucw_optind +#define opterr ucw_opterr +#define optopt ucw_optopt #include "ucw/getopt/getopt.h"