comparison lib-src/Makefile.in @ 108120:080274726e38

* Makefile.in (LIBS_MACHINE): Remove, unused. * Makefile.in (LIBS_MACHINE): Remove all uses, unused. * configure.in (LIBS_MACHINE): Remove, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 Apr 2010 11:14:24 -0700
parents c97553977f7d
children b355e81f13c1
comparison
equal deleted inserted replaced
108119:beeec356b30f 108120:080274726e38
167 #include "../src/config.h" 167 #include "../src/config.h"
168 168
169 /* Some s/SYSTEM.h files define this to request special libraries. */ 169 /* Some s/SYSTEM.h files define this to request special libraries. */
170 #ifndef LIBS_SYSTEM 170 #ifndef LIBS_SYSTEM
171 #define LIBS_SYSTEM 171 #define LIBS_SYSTEM
172 #endif
173
174 /* Some m/MACHINE.h files define this to request special libraries. */
175 #ifndef LIBS_MACHINE
176 #define LIBS_MACHINE
177 #endif 172 #endif
178 173
179 #undef MOVEMAIL_NEEDS_BLESSING 174 #undef MOVEMAIL_NEEDS_BLESSING
180 #ifndef MAIL_USE_FLOCK 175 #ifndef MAIL_USE_FLOCK
181 #ifndef MAIL_USE_LOCKF 176 #ifndef MAIL_USE_LOCKF