summaryrefslogtreecommitdiffstats
path: root/src/include/README
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-01 00:18:45 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 22:50:13 +0000
commit848e80d0a4f15b0860e9aeac822f1c2121debce3 (patch)
treebd5ae746e583ce614eacc273a9bd96cf1c49f836 /src/include/README
parentRemove #include "config.h" wherever possible (diff)
downloadinkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.tar.gz
inkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.zip
Move macros.h and remove unneeded macros
Diffstat (limited to 'src/include/README')
-rw-r--r--src/include/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/README b/src/include/README
new file mode 100644
index 000000000..336b3e20d
--- /dev/null
+++ b/src/include/README
@@ -0,0 +1,3 @@
+Configuration, defines, macros and similar that do not fit anywhere else.
+
+Try to keep this to a minimum and move to more suitable locations whenever possible.