home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) sync.h 12.1 95/05/09 SCOINC
- */
- /***************************************************************************
- *
- * Copyright (c) 1990-1993 The Santa Cruz Operation, Inc.
- *
- * All rights reserved. No part of this program or publication may be
- * reproduced, transmitted, transcribed, stored in a retrieval system,
- * or translated into any language or computer language, in any form or
- * by any means, electronic, mechanical, magnetic, optical, chemical,
- * biological, or otherwise, without the prior written permission of:
- *
- * The Santa Cruz Operation , Inc. (408) 425-7222
- * 400 Encinal St., Santa Cruz, California 95060 USA
- *
- **************************************************************************/
- /*
- * Modification History
- *
- * S002, 08-Feb-95 rickra
- * Changed for initial work for port to Everest.
- *
- * S001, 27-Oct-93 rickra
- * Changed sync number to 9 to reflect the streams changes
- * necessary for 32v5 streams......
- *
- * S000, 27-May-93 rickra
- * Initial check in.
- *
- */
-
-
- /*
- * This is the syncronization string. It SHOULD BE CHANGED WHEN:
- *
- * 1) If you change the read/write syncronization between
- * the server and client!!!!!
- *
- */
-
- #define SYNC_STRING_SIZE 21
-
- int sync_number = 10;
-
-
-