mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
413 B
19 lines
413 B
/* data.c, /appeltalk/source, Garth Conboy, 10/04/88 */
|
|
/* Copyright (c) 1987 by Pacer Software Inc., La Jolla, CA */
|
|
|
|
/* GC - Initial coding.
|
|
GC - (08/18/90): New error logging mechanism.
|
|
|
|
*** Make the PVCS source control system happy:
|
|
$Header$
|
|
$Log$
|
|
***
|
|
|
|
Allocate all global definition data.
|
|
|
|
*/
|
|
|
|
#define InitializeData 1
|
|
#define IncludeDataErrors 1
|
|
|
|
#include "atalk.h"
|