]> git.sesse.net Git - vlc/blobdiff - include/config.h
D�but du portage BeOS. Beaucoup de fuchiers ont �t� modifi� car il a fallu
[vlc] / include / config.h
index 6a79293e3aebc5bd33ad9502a1f93f8444b6420b..0f0dd3b6839f44a2e563bb25687f0705abe06785 100644 (file)
  * Messages and console interfaces configuration
  *****************************************************************************/
 
+/* Maximal size of a message to be stored in the mesage queue,
+ * it is needed when vasprintf is not avalaible */
+#define INTF_MAX_MSG_SIZE              512
+
 /* Maximal size of the message queue - in case of overflow, all messages in the
  * queue are printed by the calling thread */
 #define INTF_MSG_QSIZE                  64