Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 4738:a6f27e2b3d84
Move functionality of s/darwin.h to configure.ac and config.h.in.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 11 Nov 2009 23:40:15 +0900 |
parents | 80d74fed5399 |
children | aa5ed11f473b |
comparison
equal
deleted
inserted
replaced
4735:80d74fed5399 | 4738:a6f27e2b3d84 |
---|---|
930 #include "s/windowsnt.h" | 930 #include "s/windowsnt.h" |
931 #elif defined (config_opsysfile) | 931 #elif defined (config_opsysfile) |
932 #include config_opsysfile | 932 #include config_opsysfile |
933 #endif | 933 #endif |
934 | 934 |
935 /* Darwin uses this to set BSD appropriately. */ | |
936 #undef USE_PARAM_H | |
937 #ifdef USE_PARAM_H | |
938 # ifndef NOT_C_CODE | |
939 # include <sys/param.h> | |
940 # endif | |
941 #endif | |
942 | |
935 /* The configuration script may define `machfile' to be the name of | 943 /* The configuration script may define `machfile' to be the name of |
936 the m/...h file that describes the machine you are using. | 944 the m/...h file that describes the machine you are using. |
937 The file name is chosen based on the configuration name. */ | 945 The file name is chosen based on the configuration name. */ |
938 | 946 |
939 #undef config_machfile | 947 #undef config_machfile |