pike.git/src/global.h:634: Inside #if defined(USE_CRYPT_C)
#ifdef USE_CRYPT_C
char *crypt(const char *, const char *);
#endif /* USE_CRYPT_C */
/* If this define is present, error() has been renamed to Pike_error() and
* error.h has been renamed to pike_error.h
* Expect to see other similar defines in the future. -Hubbe
*/
#define Pike_error_present
+ /* Forward compat with Pike 8.0 and later precompiler. */
+ #define DEFAULT_CMOD_STORAGE
+ #define set_program_id_to_id(X)
+
/* Compatibility... */
#define USE_PIKE_TYPE 2
#ifdef PIKE_RUN_UNLOCKED
#define DO_IF_RUN_UNLOCKED(X) X
#else
#define DO_IF_RUN_UNLOCKED(X)
#endif
/* Used in more than one place, better put it here */