aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-06 21:03:46 -0400
committerGlenn Morris2012-07-06 21:03:46 -0400
commit4516fbef7207ca23ca72da28d060dad979319310 (patch)
treeaff14f94e05168a85e2b92dbc026fcc75a9f0909 /src/ChangeLog
parent07adc2c63b17a5829879886901cb731483a469cd (diff)
downloademacs-4516fbef7207ca23ca72da28d060dad979319310.tar.gz
emacs-4516fbef7207ca23ca72da28d060dad979319310.zip
Replace some src/s undefs by never even checking on relevant platforms
* configure.in: (getwd): Don't check for it on unixware. (random, rint): Don't check for these on hpux. (res_init, libresolv): Don't check for these on darwin. * src/s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV): * src/s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM): * src/s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ef2d06dc5b0..03c92804fb8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-07-07 Glenn Morris <rgm@gnu.org>
2
3 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
4 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
5 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
6
12012-07-07 Juanma Barranquero <lekktu@gmail.com> 72012-07-07 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)): 9 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):