| 1 /* This file is part of the Project Athena Zephyr Notification System. |
1 /* This file is part of the Project Athena Zephyr Notification System. |
| 2 * It contains the ZhmStat() function. |
2 * It contains the ZhmStat() function. |
| 3 * |
3 * |
| 4 * Created by: Marc Horowitz |
4 * Created by: Marc Horowitz |
| 5 * |
5 * |
| 6 * $Id: ZhmStat.c 2432 2001-10-03 19:38:28Z warmenhoven $ |
6 * $Id: ZhmStat.c 9554 2004-04-24 09:02:28Z chipx86 $ |
| 7 * |
7 * |
| 8 * Copyright (c) 1996 by the Massachusetts Institute of Technology. |
8 * Copyright (c) 1996 by the Massachusetts Institute of Technology. |
| 9 * For copying and distribution information, see the file |
9 * For copying and distribution information, see the file |
| 10 * "mit-copyright.h". |
10 * "mit-copyright.h". |
| 11 */ |
11 */ |
| 12 |
12 |
| 13 #include <internal.h> |
13 #include "internal.h" |
| 14 #include <sys/socket.h> |
14 #include <sys/socket.h> |
| 15 |
15 |
| 16 #ifndef INADDR_LOOPBACK |
16 #ifndef INADDR_LOOPBACK |
| 17 #define INADDR_LOOPBACK 0x7f000001 |
17 #define INADDR_LOOPBACK 0x7f000001 |
| 18 #endif |
18 #endif |