mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 09:19:39 +01:00 
			
		
		
		
	* some very generic constants added.
git-svn-id: trunk@1388 -
This commit is contained in:
		
							parent
							
								
									c7cfe4976e
								
							
						
					
					
						commit
						a2ba7077e9
					
				@ -61,6 +61,9 @@ Const
 | 
			
		||||
  MSG_NOSIGNAL = $4000;              { Do not generate SIGPIPE }
 | 
			
		||||
  MSG_MORE     = $8000;              { Sender will send more }
 | 
			
		||||
 | 
			
		||||
  INADDR_ANY   = CARDINAL(0);
 | 
			
		||||
  INADDR_NONE  = CARDINAL($FFFFFFFF);
 | 
			
		||||
 | 
			
		||||
const
 | 
			
		||||
  { Two constants to determine whether part of soket is for in or output }
 | 
			
		||||
  S_IN = 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user