Changeset 0c5beb8e in rtems for cpukit/sapi/include/confdefs.h
- Timestamp:
- 04/26/14 23:32:20 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- e5120a5
- Parents:
- e306f3df
- git-author:
- Chris Johns <chrisj@…> (04/26/14 23:32:20)
- git-committer:
- Chris Johns <chrisj@…> (04/26/14 23:34:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/include/confdefs.h
re306f3df r0c5beb8e 1781 1781 #endif 1782 1782 1783 #ifdef RTEMS_NETWORKING 1784 #define CONFIGURE_NETWORKING_SEMAPHORES 1 1785 #else 1786 #define CONFIGURE_NETWORKING_SEMAPHORES 0 1787 #endif 1788 1783 1789 #define CONFIGURE_SEMAPHORES \ 1784 1790 (CONFIGURE_MAXIMUM_SEMAPHORES + CONFIGURE_LIBIO_SEMAPHORES + \ 1785 1791 CONFIGURE_TERMIOS_SEMAPHORES + CONFIGURE_LIBBLOCK_SEMAPHORES + \ 1786 CONFIGURE_SEMAPHORES_FOR_FILE_SYSTEMS) 1792 CONFIGURE_SEMAPHORES_FOR_FILE_SYSTEMS + \ 1793 CONFIGURE_NETWORKING_SEMAPHORES) 1787 1794 1788 1795 /*
Note: See TracChangeset
for help on using the changeset viewer.