]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/getopt.h
Config: CONFIG_OWN_GETOPT moved to UCW namespace
[libucw.git] / ucw / getopt.h
index eb350012374f198bc2e50eeb2439a1e2cafc7cc4..a192c0f725584960c6d662bd8691e98f17749ceb 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef        _UCW_GETOPT_H
 #define        _UCW_GETOPT_H
 
-#ifdef CONFIG_OWN_GETOPT
+#ifdef CONFIG_UCW_OWN_GETOPT
 #include "ucw/getopt/getopt-sh.h"
 #else
 #include <getopt.h>