X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fgetopt%2Fgetopt-sh.h;h=f296cd0969bf40611bb8a38d59856a13986a63b2;hb=b8667492cf36a609939ee35ac42900ff0b0cc80f;hp=a1b24fbc621b266625ca695bcaf0aaa122edb4e1;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/getopt/getopt-sh.h b/ucw/getopt/getopt-sh.h index a1b24fbc..f296cd09 100644 --- a/ucw/getopt/getopt-sh.h +++ b/ucw/getopt/getopt-sh.h @@ -1,14 +1,14 @@ #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" +#include #endif