comparison src/config.h.in @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents 9ad43877534d
children e45d5e7c476e
comparison
equal deleted inserted replaced
184:bcd2674570bf 185:3d6bfa290dbd
461 461
462 See the file ../etc/MACHINES for a list of systems and the 462 See the file ../etc/MACHINES for a list of systems and the
463 configuration names to use for them. 463 configuration names to use for them.
464 464
465 See s/template.h for documentation on writing s/...h files. */ 465 See s/template.h for documentation on writing s/...h files. */
466
467 #if defined (__cplusplus) && !defined (NOT_C_CODE)
468 extern "C" {
469 #endif
466 #undef config_opsysfile 470 #undef config_opsysfile
467 #include config_opsysfile 471 #include config_opsysfile
472 #if defined (__cplusplus) && !defined (NOT_C_CODE)
473 }
474 #endif
468 475
469 /* The configuration script defines machfile to be the name of the 476 /* The configuration script defines machfile to be the name of the
470 m/...h file that describes the machine you are using. The file is 477 m/...h file that describes the machine you are using. The file is
471 chosen based on the configuration name you give. 478 chosen based on the configuration name you give.
472 479
721 #endif 728 #endif
722 #ifdef REAL_MAIL_USE_LOCKF 729 #ifdef REAL_MAIL_USE_LOCKF
723 #define MAIL_USE_LOCKF 730 #define MAIL_USE_LOCKF
724 #endif 731 #endif
725 732
726 #endif /* _CONFIG_H_ */ 733 #endif /* _SRC_CONFIG_H_ */