comparison src/config.in @ 57336:029c524b4a44

* config.in: Regenerate. * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of HAVE_EXECSHIELD.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 05 Oct 2004 20:26:00 +0000
parents e8db376ec6f0
children 8434603cae5b d83f49cefda3
comparison
equal deleted inserted replaced
57335:76b377db0bca 57336:029c524b4a44
134 #undef HAVE_DUP2 134 #undef HAVE_DUP2
135 135
136 /* Define to 1 if you have the `euidaccess' function. */ 136 /* Define to 1 if you have the `euidaccess' function. */
137 #undef HAVE_EUIDACCESS 137 #undef HAVE_EUIDACCESS
138 138
139 /* Define to 1 if this OS has exec shield and we can handle it. */
140 #undef HAVE_EXECSHIELD
141
142 /* Define to 1 if you have the <fcntl.h> header file. */ 139 /* Define to 1 if you have the <fcntl.h> header file. */
143 #undef HAVE_FCNTL_H 140 #undef HAVE_FCNTL_H
144 141
145 /* Define to 1 if you have the `fmod' function. */ 142 /* Define to 1 if you have the `fmod' function. */
146 #undef HAVE_FMOD 143 #undef HAVE_FMOD
429 /* Define to 1 if you have the <pty.h> header file. */ 426 /* Define to 1 if you have the <pty.h> header file. */
430 #undef HAVE_PTY_H 427 #undef HAVE_PTY_H
431 428
432 /* Define to 1 if you have the `random' function. */ 429 /* Define to 1 if you have the `random' function. */
433 #undef HAVE_RANDOM 430 #undef HAVE_RANDOM
431
432 /* Define to 1 if this OS randomizes the start address of the heap. */
433 #undef HAVE_RANDOM_HEAPSTART
434 434
435 /* Define to 1 if you have the `recvfrom' function. */ 435 /* Define to 1 if you have the `recvfrom' function. */
436 #undef HAVE_RECVFROM 436 #undef HAVE_RECVFROM
437 437
438 /* Define to 1 if you have the `rename' function. */ 438 /* Define to 1 if you have the `rename' function. */