Branch: Tag:

1999-11-23

1999-11-23 07:07:39 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some fixes for compiling pike on NT

Rev: src/acconfig.h:1.51
Rev: src/builtin_functions.c:1.209
Rev: src/configure.in:1.332
Rev: src/global.h:1.39
Rev: src/modules/Gmp/configure.in:1.10
Rev: src/modules/HTTPLoop/accept_and_parse.c:1.2
Rev: src/modules/HTTPLoop/cache.c:1.2
Rev: src/modules/HTTPLoop/filesystem.c:1.2
Rev: src/modules/HTTPLoop/log.c:1.2
Rev: src/modules/HTTPLoop/requestobject.c:1.2
Rev: src/modules/HTTPLoop/timeout.c:1.2
Rev: src/modules/HTTPLoop/util.c:1.2
Rev: src/modules/Image/font.c:1.57
Rev: src/object.h:1.33
Rev: src/port.c:1.22

5:   \*/      /* -  * $Id: global.h,v 1.38 1999/08/06 23:04:05 hubbe Exp $ +  * $Id: global.h,v 1.39 1999/11/23 07:07:03 hubbe Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
164:      /* we here define a few types with more defined values */    + #if SIZEOF_LONG >= 8 + #define INT64 long + #else + #if SIZEOF_LONG_LONG - 0 >= 8   #define INT64 long long -  + #endif + #endif      #if SIZEOF_SHORT >= 4   #define INT32 short