chiark / gitweb /
word break now comes from the table
[disorder] / lib / defs.c
index 494597e429e2c84beed2ce17d00cf583f6541808..c9668c05e4edbb53633a1ec81df89adb774b9ad4 100644 (file)
@@ -50,9 +50,15 @@ const char bindir[] = BINDIR;
 /** @brief System binary directory */
 const char sbindir[] = SBINDIR;
 
-/** @brief Fink binary directory */
+/** @brief Fink binary directory
+ *
+ * Meaningless if not on a Mac.
+ */
 const char finkbindir[] = FINKBINDIR;
 
+/** @brief Package documentation directory */
+const char docdir[] = DOCDIR;
+
 /*
 Local Variables:
 c-basic-offset:2