summaryrefslogtreecommitdiff
path: root/libvmon/defs/_end.def
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2016-09-09 14:20:28 -0700
committerGitHub <noreply@github.com>2016-09-09 14:20:28 -0700
commita1aba8e0fe5c94ebf04258b609666c92b756954f (patch)
treefe9792b77766e31728b1d2d04d2461858ef45443 /libvmon/defs/_end.def
parente99f5ac1293a0ae1f498bc4c73c4c04e4edb8665 (diff)
parent8ef5fccc1ad2f5acb5530a438de631153e4ad945 (diff)
Merge pull request #6 from vcaputo/clean_house
House cleaning
Diffstat (limited to 'libvmon/defs/_end.def')
-rw-r--r--libvmon/defs/_end.def43
1 files changed, 0 insertions, 43 deletions
diff --git a/libvmon/defs/_end.def b/libvmon/defs/_end.def
deleted file mode 100644
index 9243349..0000000
--- a/libvmon/defs/_end.def
+++ /dev/null
@@ -1,43 +0,0 @@
-#ifndef VMON_SUPPRESS_UNDEFS
-
-/* XXX TODO: we may need to detect and manage the automatic definition of the vmon_omit_* definitions */
-
-#undef vmon_datum_str
-#undef vmon_datum_str_array
-#undef vmon_datum_char
-#undef vmon_datum_char_array
-#undef vmon_datum_int
-#undef vmon_datum_uint
-#undef vmon_datum_ulong
-#undef vmon_datum_ulonglong
-#undef vmon_datum_long
-#undef vmon_datum_longlong
-#undef vmon_omit_n
-#undef vmon_omit_literal
-#undef vmon_omit_run
-#undef vmon_omit_str
-#undef vmon_omit_str_array
-#undef vmon_omit_char
-#undef vmon_omit_char_array
-#undef vmon_omit_int
-#undef vmon_omit_uint
-#undef vmon_omit_ulong
-#undef vmon_omit_ulonglong
-#undef vmon_omit_long
-#undef vmon_omit_longlong
-#undef VMON_DECLARE_MEMBERS
-#undef VMON_DECLARE_CHANGEBITS
-#undef VMON_ENUM_SYMBOLS
-#undef VMON_ASSIGN_NAME_TABLE
-#undef VMON_ASSIGN_DESC_TABLE
-#undef VMON_ENUM_PARSER_STATES
-#undef VMON_PREPARE_PARSER
-#undef VMON_IMPLEMENT_PARSER
-#undef VMON_PARSER_DELIM
-#undef vmon_want
-
-#else
-
-#undef VMON_SUPPRESS_UNDEFS
-
-#endif
© All Rights Reserved