git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use fseek() instead of fread() to skip the body file header line, so
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-CYGWIN
diff --git
a/src/OS/Makefile-CYGWIN
b/src/OS/Makefile-CYGWIN
index 52dd68456aaa8fde40c7f08e72ee9e64a176002e..8bf51216c87b984c1172277c44aeb7f8b2b2ac2f 100644
(file)
--- a/
src/OS/Makefile-CYGWIN
+++ b/
src/OS/Makefile-CYGWIN
@@
-1,4
+1,4
@@
-# $Cambridge: exim/src/OS/Makefile-CYGWIN,v 1.
2 2004/11/10 10:36:48 ph10
Exp $
+# $Cambridge: exim/src/OS/Makefile-CYGWIN,v 1.
3 2005/05/23 16:58:55 fanf2
Exp $
# OS-specific file for Cygwin.
# OS-specific file for Cygwin.
@@
-6,7
+6,7
@@
HAVE_ICONV = yes
CFLAGS= -g -Wall -O2
HAVE_ICONV = yes
CFLAGS= -g -Wall -O2
-LIBS= -lcrypt -lresolv
+LIBS= -lcrypt -lresolv
-lm
LIBS_EXIM= -liconv
EXIWHAT_PS_ARG=-as
EXIWHAT_KILL_SIGNAL=-USR1
LIBS_EXIM= -liconv
EXIWHAT_PS_ARG=-as
EXIWHAT_KILL_SIGNAL=-USR1