diff src/config.in @ 59644:d8d85276ffed

* editfns.c (Voperating_system_release): Added. (init_editfns): Assign new variable operating-system-release based on call to uname if available. * config.h: Regenerated.
author Steven Tamm <steventamm@mac.com>
date Wed, 19 Jan 2005 19:09:42 +0000
parents 71aa1906226f
children e3af9390b9c0 3dcba0bc766b 6d92d69fae33
line wrap: on
line diff
--- a/src/config.in	Wed Jan 19 19:09:04 2005 +0000
+++ b/src/config.in	Wed Jan 19 19:09:42 2005 +0000
@@ -598,6 +598,9 @@
 /* Define to 1 if you have the <sys/un.h> header file. */
 #undef HAVE_SYS_UN_H
 
+/* Define to 1 if you have the <sys/utsname.h> header file. */
+#undef HAVE_SYS_UTSNAME_H
+
 /* Define to 1 if you have the <sys/vlimit.h> header file. */
 #undef HAVE_SYS_VLIMIT_H