Autotoolization.
[collection4.git] / aux_types.h
diff --git a/aux_types.h b/aux_types.h
deleted file mode 100644 (file)
index 25b81ab..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef AUX_TYPES_H
-#define AUX_TYPES_H 1
-
-struct statement_list_s
-{
-       oconfig_item_t *statement;
-       int             statement_num;
-};
-typedef struct statement_list_s statement_list_t;
-
-struct argument_list_s
-{
-       oconfig_value_t *argument;
-       int              argument_num;
-};
-typedef struct argument_list_s argument_list_t;
-
-#endif /* AUX_TYPES_H */