/*
 * tvconfig.h
 *
 * Turbo Vision - Version 2.0
 *
 * Copyright (c) 1994 by Borland International
 * All Rights Reserved.
 *
 * Modified by Sergio Sigala <ssigala@globalnet.it>
 */

#if !defined( __CONFIG_H )
#define __CONFIG_H

#include <limits.h>

const int eventQSize = 16;
const int maxCollectionSize = INT_MAX / sizeof(void *);

const int maxViewWidth = 132;

const int maxFindStrLen    = 80;
const int maxReplaceStrLen = 80;

#endif  // __CONFIG_H

Documentation generated by sergio@athena.milk.it on Wed Feb 10 22:11:47 CET 1999