]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/getopt/getopt-sh.h
Redblack: Added search_up
[libucw.git] / ucw / getopt / getopt-sh.h
index a1b24fbc621b266625ca695bcaf0aaa122edb4e1..f296cd0969bf40611bb8a38d59856a13986a63b2 100644 (file)
@@ -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 <ucw/getopt/getopt.h>
 
 #endif