You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
/** @file */
/** maximum length of a full pathname */
#define PATH_MAX 1024
/** size of a single datablock written to the database; should be less than the size of a "blob" or mysqlfs.sql needs to be altered (pkg/statusfile.xsd limits to unsigned int; schema.sql uses BLOB which limits this at 2^16-1 */