summaryrefslogtreecommitdiff
path: root/src/s/cygwin.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-11 20:49:24 -0400
committerGlenn Morris <rgm@gnu.org>2012-07-11 20:49:24 -0400
commit308aab79492a9f648a87fe7c6fac0ac50e5f81c3 (patch)
tree44a46c460bf5cc2ca65f6737a0bfc76e09772630 /src/s/cygwin.h
parent30fe9bf45903a63132d13597f53fa21ee7a069f4 (diff)
downloademacs-308aab79492a9f648a87fe7c6fac0ac50e5f81c3.tar.gz
Move NARROWPROTO from src/s to configure
* configure.ac (NARROWPROTO): Move here from src/s. * src/s/bsd-common.h, src/s/cygwin.h, src/s/gnu-linux.h, src/s/irix6-5.h: * src/s/template.h: Move NARROWPROTO to configure.
Diffstat (limited to 'src/s/cygwin.h')
-rw-r--r--src/s/cygwin.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 95f0bd79dc9..0c9bfe203b1 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -34,13 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
} \
while (0)
-/* If the system's imake configuration file defines `NeedWidePrototypes'
- as `NO', we must define NARROWPROTO manually. Such a define is
- generated in the Makefile generated by `xmkmf'. If we don't
- define NARROWPROTO, we will see the wrong function prototypes
- for X functions taking float or double parameters. */
-#define NARROWPROTO 1
-
/* Used in various places to enable cygwin-specific code changes. */
#define CYGWIN 1