cb2256 | 1995-10-11 | Fredrik Hübinette (Hubbe) | | |
06983f | 1996-09-22 | Fredrik Hübinette (Hubbe) | | ||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
|
cb2256 | 1995-10-11 | Fredrik Hübinette (Hubbe) | | ||| See the files COPYING and DISCLAIMER for more information.
\*/
|
24ddc7 | 1998-03-28 | Henrik Grubbström (Grubba) | |
|
6f0d75 | 2000-12-16 | Marcus Comstedt | | * $Id: main.h,v 1.15 2000/12/16 05:24:40 marcus Exp $
|
24ddc7 | 1998-03-28 | Henrik Grubbström (Grubba) | | */
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | #ifndef MAIN_H
#define MAIN_H
|
6e37dc | 1996-06-21 | Fredrik Hübinette (Hubbe) | | #include "callback.h"
|
6f0d75 | 2000-12-16 | Marcus Comstedt | | PMOD_EXPORT extern int d_flag, t_flag, a_flag, l_flag, c_flag, p_flag;
PMOD_EXPORT extern int debug_options, runtime_options;
PMOD_EXPORT extern int default_t_flag;
|
cd8352 | 1998-02-02 | Fredrik Hübinette (Hubbe) | |
|
9debfa | 1999-08-11 | Fredrik Hübinette (Hubbe) | | #ifdef TRY_USE_MMX
extern int try_use_mmx;
#endif
|
7d955e | 1999-12-13 | Henrik Grubbström (Grubba) | |
|
cd8352 | 1998-02-02 | Fredrik Hübinette (Hubbe) | | #define DEBUG_SIGNALS 1
|
9b08a2 | 1998-03-31 | Fredrik Hübinette (Hubbe) | | #define NO_TAILRECURSION 2
|
7d955e | 1999-12-13 | Henrik Grubbström (Grubba) | |
#define RUNTIME_CHECK_TYPES 1
#define RUNTIME_STRICT_TYPES 2
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | |
|
6f0d75 | 2000-12-16 | Marcus Comstedt | | PMOD_EXPORT struct callback *add_post_master_callback(callback_func call,
|
6e37dc | 1996-06-21 | Fredrik Hübinette (Hubbe) | | void *arg,
callback_func free_func);
|
6f0d75 | 2000-12-16 | Marcus Comstedt | | PMOD_EXPORT struct callback *add_exit_callback(callback_func call,
|
61e9a0 | 1998-01-25 | Fredrik Hübinette (Hubbe) | | void *arg,
callback_func free_func);
|
3c0c28 | 1998-01-26 | Fredrik Hübinette (Hubbe) | | int dbm_main(int argc, char **argv);
|
eb2fd5 | 2000-11-06 | Henrik Grubbström (Grubba) | | DECLSPEC(noreturn) void pike_do_exit(int num) ATTRIBUTE((noreturn));
|
156fd5 | 1997-10-27 | Fredrik Hübinette (Hubbe) | | void low_init_main(void);
|
378b2d | 1997-02-06 | Fredrik Hübinette (Hubbe) | | void exit_main(void);
|
156fd5 | 1997-10-27 | Fredrik Hübinette (Hubbe) | | void init_main(void);
void low_exit_main(void);
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | |
#endif
|