summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-01-21 23:12:40 +0000
committerBenny Prijono <bennylp@teluu.com>2007-01-21 23:12:40 +0000
commit5d7fc1ab44dd43d9170119bafbd2fc54c0829a8c (patch)
tree6346052cb13e5befcac417bef305c97f58ab1f30 /pjlib/include/pj/config.h
parentd5979b2e6027ad0eb652e87cf24580f84559b50c (diff)
Implement ticket #67: added WAV playlist feature to PJMEDIA
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@895 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/config.h')
-rw-r--r--pjlib/include/pj/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 15fa638a..2ff511d0 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -519,6 +519,14 @@
/**
+ * Maximum file name length.
+ */
+#ifndef PJ_MAXPATH
+# define PJ_MAXPATH 260
+#endif
+
+
+/**
* Enable library's extra check.
* If this macro is enabled, #PJ_ASSERT_RETURN macro will expand to
* run-time checking. If this macro is disabled, #PJ_ASSERT_RETURN