rx: Remove ADAPT_MTU and MISCMTU
[openafs.git] / src / rx / rx_misc.h
index 743a44a..912194f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
 #ifndef _RX_MISC_H_
 #define _RX_MISC_H_
 
-#ifndef        AFS_SUN5_ENV
-#define MISCMTU
-#define ADAPT_MTU
-#endif
-
-#if defined(AFS_SUN5_ENV) && !defined(KERNEL)
-#define MISCMTU
-#define ADAPT_MTU
+#if defined(AFS_SUN5_ENV)
 #include <sys/sockio.h>
 #include <sys/fcntl.h>
 #endif
@@ -29,7 +22,7 @@
 #if    defined(AFS_AIX41_ENV) && defined(KERNEL)
 #define PIN(a, b) pin(a, b);
 #define UNPIN(a, b) unpin(a, b);
-#else 
+#else
 #define PIN(a, b) ;
 #define UNPIN(a, b) ;
 #endif