summaryrefslogtreecommitdiff
path: root/zwgc/ulong.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/ulong.h')
-rw-r--r--zwgc/ulong.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/zwgc/ulong.h b/zwgc/ulong.h
deleted file mode 100644
index 95269a5..0000000
--- a/zwgc/ulong.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* This file is part of the Project Athena Zephyr Notification System.
- * It is one of the source files comprising zwgc, the Zephyr WindowGram
- * client.
- *
- * Created by: Marc Horowitz <marc@athena.mit.edu>
- *
- * $Source$
- * $Author$
- * $Id$
- *
- * Copyright (c) 1989 by the Massachusetts Institute of Technology.
- * For copying and distribution information, see the file
- * "mit-copyright.h".
- */
-#ifndef ulong_MODULE
-#define ulong_MODULE
-
-#include <sys/types.h>
-
-#if defined(ultrix) || defined(vax) || defined(SUNOS) || defined(__NetBSD__)
-typedef unsigned long ulong;
-#endif
-
-#endif