From b81e43465b14836b17e4fe2dea91c78a2bdd29b3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 22 Jan 2012 01:02:36 -0600 Subject: Part 2 of prior commit --- kdm/backend/dm_socket.h | 72 ------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 kdm/backend/dm_socket.h (limited to 'kdm/backend/dm_socket.h') diff --git a/kdm/backend/dm_socket.h b/kdm/backend/dm_socket.h deleted file mode 100644 index 56a39fd0e..000000000 --- a/kdm/backend/dm_socket.h +++ /dev/null @@ -1,72 +0,0 @@ -/************************************************************ - -Copyright 1998 by Thomas E. Dickey -Copyright 2002-2004 Oswald Buddenhagen - - All Rights Reserved - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name(s) of the above copyright -holders shall not be used in advertising or otherwise to promote the -sale, use or other dealings in this Software without prior written -authorization. - -********************************************************/ - -#ifndef _DM_SOCKET_H_ -#define _DM_SOCKET_H_ 1 - -#ifndef __Lynx__ -# include -#else -# include -#endif - -#ifdef TCPCONN -# include -#endif - -#ifdef UNIXCONN -# ifndef __Lynx__ -# include -# else -# include -# endif -#endif - -#ifdef DNETCONN -# include -#endif - -#if (defined(__svr4__) && !defined(__sun__)) && defined(SIOCGIFCONF) -# define SYSV_SIOCGIFCONF -int ifioctl( int fd, int cmd, char *arg ); -#else -# define ifioctl ioctl -#endif - -#ifdef BSD -# if (BSD >= 199103) -# define VARIABLE_IFREQ -# endif -#endif - -#endif /* _DM_SOCKET_H_ */ -- cgit v1.2.1