mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used
by posixmodule.c.
This commit is contained in:
		
							parent
							
								
									051314f924
								
							
						
					
					
						commit
						fe33b795d5
					
				
					 3 changed files with 1391 additions and 542 deletions
				
			
		| 
						 | 
					@ -749,7 +749,7 @@ unistd.h utime.h \
 | 
				
			||||||
sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \
 | 
					sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \
 | 
				
			||||||
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
 | 
					sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
 | 
				
			||||||
sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
 | 
					sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
 | 
				
			||||||
sys/resource.h netpacket/packet.h)
 | 
					sys/resource.h netpacket/packet.h sysexits.h)
 | 
				
			||||||
AC_HEADER_DIRENT
 | 
					AC_HEADER_DIRENT
 | 
				
			||||||
AC_HEADER_MAJOR
 | 
					AC_HEADER_MAJOR
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -467,6 +467,9 @@
 | 
				
			||||||
/* Define to 1 if you have the `sysconf' function. */
 | 
					/* Define to 1 if you have the `sysconf' function. */
 | 
				
			||||||
#undef HAVE_SYSCONF
 | 
					#undef HAVE_SYSCONF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Define to 1 if you have the <sysexits.h> header file. */
 | 
				
			||||||
 | 
					#undef HAVE_SYSEXITS_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Define to 1 if you have the <sys/audioio.h> header file. */
 | 
					/* Define to 1 if you have the <sys/audioio.h> header file. */
 | 
				
			||||||
#undef HAVE_SYS_AUDIOIO_H
 | 
					#undef HAVE_SYS_AUDIOIO_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue