aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2008-06-20 18:18:40 +0000
committerStefan Monnier2008-06-20 18:18:40 +0000
commit2d3c36ae18eb9615d74f2fba7ade854503130015 (patch)
tree07d6fc66f75d5221b56bc70fc9f4213d8bb14e3d /src
parent96be1503689cf25bc9d99ae231a00c72f15a1088 (diff)
downloademacs-2d3c36ae18eb9615d74f2fba7ade854503130015.tar.gz
emacs-2d3c36ae18eb9615d74f2fba7ade854503130015.zip
Update.
Diffstat (limited to 'src')
-rw-r--r--src/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index fddef837b18..ae2a24dc46a 100644
--- a/src/config.in
+++ b/src/config.in
@@ -106,6 +106,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
106/* Define to 1 if you have the `cbrt' function. */ 106/* Define to 1 if you have the `cbrt' function. */
107#undef HAVE_CBRT 107#undef HAVE_CBRT
108 108
109/* Define to 1 if you have the `cfmakeraw' function. */
110#undef HAVE_CFMAKERAW
111
112/* Define to 1 if you have the `cfsetspeed' function. */
113#undef HAVE_CFSETSPEED
114
109/* Define to 1 if you have the `closedir' function. */ 115/* Define to 1 if you have the `closedir' function. */
110#undef HAVE_CLOSEDIR 116#undef HAVE_CLOSEDIR
111 117