/*************************************************************************************************************************************/ /* */ /* D E F I N I T I O N D E S R E F E R E N C E S A */ /* C E R T A I N E S V A R I A B L E S D ' E N V I R O N N E M E N T : */ /* */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * * * ** * * * * * ** * */ /* * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * */ /* * * * * ** * * * * * ** */ /* * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* */ /* ATTENTION : */ /* */ /* Ne pas editer ce fichier ('maj' ou */ /* autre...) : voir le commentaire qui */ /* suit... */ /* */ /* */ /* Definition : */ /* */ /* Ce fichier contenant des definitions */ /* des variables 'setenv' qui permettent de */ /* modifier "a la derniere minute" certains */ /* indicateurs... */ /* */ /* Ainsi, on pourra, par exemple, definir */ /* la variable 'SETENV_ChiffresFlot' suivant : */ /* */ /* setenv SETENV_ChiffresFlot 8 */ /* */ /* avant d'appeler un certain '$X' afin de */ /* changer le nombre de chiffres lors de */ /* l'edition des variables flottantes... */ /* */ /* */ /* Author of '$xig/VariablesSetenv.1$DEF' sur 'LACT19' : */ /* */ /* Jean-Francois COLONNA (LACTAMME, 20250102175413). */ /* */ /*************************************************************************************************************************************/ #define GENERE_I_SETENV_ChiffresFlot GENERE_I_SETENV("SETENV_ChiffresFlot",nombre_de_chiffres_des_editions_flottantes) #define GENERE_L_SETENV_CAL1 GENERE_L_SETENV("SETENV_CAL1",CAL1_____executer) #define GENERE_L_SETENV_CAL2 GENERE_L_SETENV("SETENV_CAL2",CAL2_____executer) #define GENERE_L_SETENV_CAL3 GENERE_L_SETENV("SETENV_CAL3",CAL3_____executer) #define GENERE_L_SETENV_Alleger GENERE_L_SETENV("SETENV_Alleger",gPRINT_DEFAUT_____n_editer_que_le_message_principal) #define GENERE_L_SETENV_ATTENTION GENERE_L_SETENV("SETENV_ATTENTION",PRINT_ATTENTION_____editer_les_messages) #define GENERE_L_SETENV_ERREUR GENERE_L_SETENV("SETENV_ERREUR",PRINT_ERREUR_____editer_les_messages) #define GENERE_L_SETENV_EnTetePrin GENERE_L_SETENV("SETENV_EnTetePrin",Prin_____editer_les_messages_d_en_tete) #define GENERE_L_SETENV_EnTetePrer GENERE_L_SETENV("SETENV_EnTetePrer",Prer_____editer_les_messages_d_en_tete) #define GENERE_L_SETENV_EnTetePrme GENERE_L_SETENV("SETENV_EnTetePrme",Prme_____editer_les_messages_d_en_tete)