- Move setting _U_ into config.h, because
[obnox/wireshark/wip.git] / conditions.c
index 67c408b423787b80a0e1924ec56f873d5d56ab43..882f9b4d7ac1c2c070e3bda195c7450b202e6dcf 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -214,10 +218,10 @@ void _cnd_find_hash_key_for_class_id(gpointer key,
  *
  * Local Variables:
  * c-basic-offset: 2
- * tab-width: 2
+ * tab-width: 8
  * indent-tabs-mode: nil
  * End:
  *
- * ex: set shiftwidth=2 tabstop=2 expandtab
- * :indentSize=2:tabSize=2:noTabs=true:
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
  */