summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/uipopt.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-06 23:38:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-06 23:38:14 +0000
commit50470d26f72a21786f23219f157a12aab64f2683 (patch)
tree8c2a2c8e1ab788b5c81f338e93bc999484134670 /nuttx/include/net/uip/uipopt.h
parent7a21220ebd5cef442fb059c90e18ff90232d8dc9 (diff)
downloadpx4-nuttx-50470d26f72a21786f23219f157a12aab64f2683.tar.gz
px4-nuttx-50470d26f72a21786f23219f157a12aab64f2683.tar.bz2
px4-nuttx-50470d26f72a21786f23219f157a12aab64f2683.zip
Breaking uip.c into smaller functions/files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@374 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/net/uip/uipopt.h')
-rw-r--r--nuttx/include/net/uip/uipopt.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/nuttx/include/net/uip/uipopt.h b/nuttx/include/net/uip/uipopt.h
index 085ce6439..170be621c 100644
--- a/nuttx/include/net/uip/uipopt.h
+++ b/nuttx/include/net/uip/uipopt.h
@@ -260,17 +260,6 @@
# define UIP_BUFSIZE CONFIG_NET_BUFFER_SIZE
#endif /* CONFIG_NET_BUFFER_SIZE */
-/* Determines if statistics support should be compiled in.
- *
- * The statistics is useful for debugging and to show the user.
- */
-
-#ifndef CONFIG_NET_STATISTICS
-# define UIP_STATISTICS 0
-#else /* CONFIG_NET_STATISTICS */
-# define UIP_STATISTICS CONFIG_NET_STATISTICS
-#endif /* CONFIG_NET_STATISTICS */
-
/* Broadcast support.
*
* This flag configures IP broadcast support. This is useful only