version 1.1.1.2, 2021/03/17 00:07:30
|
version 1.1.1.3, 2023/09/27 11:18:58
|
Line 3
|
Line 3
|
Copyright (C) 1997,1998 Matt Kimball |
Copyright (C) 1997,1998 Matt Kimball |
|
|
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
it under the terms of the GNU General Public License version 2 as | it under the terms of the GNU General Public License version 2 as |
published by the Free Software Foundation. |
published by the Free Software Foundation. |
|
|
This program is distributed in the hope that it will be useful, |
This program is distributed in the hope that it will be useful, |
Line 18
|
Line 18
|
|
|
#include <netinet/in.h> |
#include <netinet/in.h> |
|
|
/* Don't put a trailing comma in enumeration lists. Some compilers | /* Don't put a trailing comma in enumeration lists. Some compilers |
(notably the one on Irix 5.2) do not like that. */ |
(notably the one on Irix 5.2) do not like that. */ |
enum { ActionNone, ActionQuit, ActionReset, ActionDisplay, |
enum { ActionNone, ActionQuit, ActionReset, ActionDisplay, |
ActionClear, ActionPause, ActionResume, ActionMPLS, ActionDNS, |
ActionClear, ActionPause, ActionResume, ActionMPLS, ActionDNS, |