Skip to content
Snippets Groups Projects
  • Nathan Sidwell's avatar
    b7b6879f
    c++: Another solaris header use [PR 98315] · b7b6879f
    Nathan Sidwell authored
    Rather than early-include sys/socket.h, let's allow the includer to
    tell cody no networking.
    
    	libcody/
    	* cody.hh: Allow user to set CODY_NETWORKING.
    	gcc/cp/
    	* mapper-resolver.cc: Remove early include of
    	sys/socket.h.  Specify no CODY_NETWORKING instead.
    	* module.cc: Specify no CODY_NETWORKING.
    b7b6879f
    History
    c++: Another solaris header use [PR 98315]
    Nathan Sidwell authored
    Rather than early-include sys/socket.h, let's allow the includer to
    tell cody no networking.
    
    	libcody/
    	* cody.hh: Allow user to set CODY_NETWORKING.
    	gcc/cp/
    	* mapper-resolver.cc: Remove early include of
    	sys/socket.h.  Specify no CODY_NETWORKING instead.
    	* module.cc: Specify no CODY_NETWORKING.