diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/OS/os.h-Linux | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 14441e684..bde5dd710 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/OS/os.h-Linux,v 1.6 2007/10/04 13:23:05 tom Exp $ */ +/* $Cambridge: exim/src/OS/os.h-Linux,v 1.7 2007/10/04 13:28:06 tom Exp $ */ /* Exim: OS-specific C header file for Linux */ @@ -53,8 +53,3 @@ extern struct ip_address_item *os_find_running_interfaces_linux(void); #endif /* __linux__ */ /* End */ - -/* Fudge added because this Linux doesn't appear to have a definition -for ip_options in /usr/include/linux/ip.h. */ - -#define ip_options options |