comparison src/config.in @ 58819:856c9ea2409a

* config.in: Regenerate.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 07 Dec 2004 08:28:17 +0000
parents 311652551ce2
children 71aa1906226f 549734260e34
comparison
equal deleted inserted replaced
58818:f8cddae7d959 58819:856c9ea2409a
1 /* src/config.in. Generated from configure.in by autoheader. */ 1 /* src/config.in. Generated from configure.in by autoheader. */
2 2
3 /* GNU Emacs site configuration template file. 3 /* GNU Emacs site configuration template file.
4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004 4 Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc.
5 Free Software Foundation, Inc.
6 5
7 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
8 7
9 GNU Emacs is free software; you can redistribute it and/or modify 8 GNU Emacs is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
219 #undef HAVE_GRANTPT 218 #undef HAVE_GRANTPT
220 219
221 /* Define to 1 if using GTK. */ 220 /* Define to 1 if using GTK. */
222 #undef HAVE_GTK 221 #undef HAVE_GTK
223 222
223 /* Define to 1 if you have GTK and pthread (-lpthread). */
224 #undef HAVE_GTK_AND_PTHREAD
225
224 /* Define to 1 if GTK has both file selection and chooser dialog. */ 226 /* Define to 1 if GTK has both file selection and chooser dialog. */
225 #undef HAVE_GTK_FILE_BOTH 227 #undef HAVE_GTK_FILE_BOTH
226 228
227 /* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */ 229 /* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */
228 #undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW 230 #undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
439 /* Define to 1 if you have the `posix_memalign' function. */ 441 /* Define to 1 if you have the `posix_memalign' function. */
440 #undef HAVE_POSIX_MEMALIGN 442 #undef HAVE_POSIX_MEMALIGN
441 443
442 /* Define to 1 if you have the `pstat_getdynamic' function. */ 444 /* Define to 1 if you have the `pstat_getdynamic' function. */
443 #undef HAVE_PSTAT_GETDYNAMIC 445 #undef HAVE_PSTAT_GETDYNAMIC
446
447 /* Define to 1 if you have the <pthread.h> header file. */
448 #undef HAVE_PTHREAD_H
444 449
445 /* Define to 1 if you have the <pty.h> header file. */ 450 /* Define to 1 if you have the <pty.h> header file. */
446 #undef HAVE_PTY_H 451 #undef HAVE_PTY_H
447 452
448 /* Define to 1 if you have the `random' function. */ 453 /* Define to 1 if you have the `random' function. */
967 972
968 #ifdef emacs /* Don't do this for lib-src. */ 973 #ifdef emacs /* Don't do this for lib-src. */
969 /* Tell regex.c to use a type compatible with Emacs. */ 974 /* Tell regex.c to use a type compatible with Emacs. */
970 #define RE_TRANSLATE_TYPE Lisp_Object 975 #define RE_TRANSLATE_TYPE Lisp_Object
971 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C) 976 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
972 #ifdef make_number 977 #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
973 /* If make_number is a macro, use it. */
974 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
975 #else
976 /* If make_number is a function, avoid it. */
977 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
978 #endif
979 #endif 978 #endif
980 979
981 /* Avoid link-time collision with system mktime if we will use our own. */ 980 /* Avoid link-time collision with system mktime if we will use our own. */
982 #if ! HAVE_MKTIME || BROKEN_MKTIME 981 #if ! HAVE_MKTIME || BROKEN_MKTIME
983 #define mktime emacs_mktime 982 #define mktime emacs_mktime