]> mj.ucw.cz Git - libucw.git/blobdiff - lib/getopt.h
Use thread ID for temporary file creation.
[libucw.git] / lib / getopt.h
index 042a1b05eaec65407fa563a3a14b6420c33bf152..fee099a259ef05f94b39838282b125a52c0aef83 100644 (file)
@@ -22,7 +22,7 @@ int cf_set(byte *string);
 
 /* Direct access to configuration items: conf-intr.c */
 
-#define CF_OPERATIONS T(CLOSE) T(SET) T(CLEAR) T(UNSET) T(ALL) \
+#define CF_OPERATIONS T(CLOSE) T(SET) T(CLEAR) T(ALL) \
   T(APPEND) T(PREPEND) T(REMOVE) T(EDIT) T(AFTER) T(BEFORE) T(COPY)
   /* Closing brace finishes previous block.
    * Basic attributes (static, dynamic, parsed) can be used with SET.