diff m_config.h @ 9912:39444d65c4cb

Don't save restore all options wich point to the same variable.
author albeu
date Sat, 12 Apr 2003 13:40:30 +0000
parents ff6a98628e6c
children d46910228a6b
line wrap: on
line diff
--- a/m_config.h	Sat Apr 12 09:30:19 2003 +0000
+++ b/m_config.h	Sat Apr 12 13:40:30 2003 +0000
@@ -28,6 +28,9 @@
   int mode;
 } m_config_t;
 
+#define M_CFG_OPT_SET    (1<<0)
+#define M_CFG_OPT_ALIAS  (1<<1)
+
 
 //////////////////////////// Functions ///////////////////////////////////