summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/uipopt.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-01 20:56:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-01 20:56:19 +0000
commit279136fd239ad7bb378b0dae01fe8f109e463c4f (patch)
tree637beec01acf76a0c8926d8de422b642c11bfe89 /nuttx/include/net/uip/uipopt.h
parent5d303ec17efc511d8cfe0919a790b44e24a8aad9 (diff)
downloadpx4-nuttx-279136fd239ad7bb378b0dae01fe8f109e463c4f.tar.gz
px4-nuttx-279136fd239ad7bb378b0dae01fe8f109e463c4f.tar.bz2
px4-nuttx-279136fd239ad7bb378b0dae01fe8f109e463c4f.zip
Adding socket(), bind() logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@319 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/net/uip/uipopt.h')
-rw-r--r--nuttx/include/net/uip/uipopt.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/nuttx/include/net/uip/uipopt.h b/nuttx/include/net/uip/uipopt.h
index 5d19c778e..3a381729a 100644
--- a/nuttx/include/net/uip/uipopt.h
+++ b/nuttx/include/net/uip/uipopt.h
@@ -145,14 +145,6 @@
/* UDP configuration options */
-/* Toggles wether UDP support should be compiled in or not. */
-
-#ifdef CONFIG_NET_UDP
-# define UIP_UDP CONFIG_NET_UDP
-#else /* CONFIG_NET_UDP */
-# define UIP_UDP 0
-#endif /* CONFIG_NET_UDP */
-
/* Toggles if UDP checksums should be used or not.
*
* Note: Support for UDP checksums is currently not included in uIP,