aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 00000000..adf1cdde
--- /dev/null
+++ b/config.h
@@ -0,0 +1,21 @@
+/* control which applets to include
+ *
+ * #undef OMIT_QFOO -> include QFOO
+ * #define OMIT_QBAR -> disable QBAR
+ */
+
+#undef OMIT_QATOM
+#undef OMIT_QCHECK
+#undef OMIT_QDEPENDS
+#undef OMIT_QFILE
+#define OMIT_QGLSA
+#undef OMIT_QGREP
+#undef OMIT_QLIST
+#undef OMIT_QLOP
+#define OMIT_QMERGE
+#undef OMIT_QPKG
+#undef OMIT_QSEARCH
+#undef OMIT_QSIZE
+#undef OMIT_QTBZ2
+#undef OMIT_QUSE
+#undef OMIT_QXPAK