ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

config.h
Go to the documentation of this file.
00001 /*
00002  *  CONFIG.H - Used to configure what will be compiled into the shell.
00003  *
00004  *
00005  *  History:
00006  *
00007  *    27 Jul 1998 - John P. Price
00008  *        started.
00009  *
00010  */
00011 
00012 #pragma once
00013 
00014 #define WIN32_LEAN_AND_MEAN
00015 
00016 //#define NT4_INTERNAL_COMMANDS
00017 
00018 /* Define to enable the alias command, and aliases.*/
00019 #define FEATURE_ALIASES
00020 
00021 
00022 /* Define to enable history */
00023 #define FEATURE_HISTORY
00024 
00025 /*Define to enable history wrap (4nt's style)*/
00026 #define WRAP_HISTORY
00027 
00028 
00029 /* Define one of these to enable filename completion */
00030 //#define FEATURE_UNIX_FILENAME_COMPLETION
00031 #define FEATURE_4NT_FILENAME_COMPLETION
00032 
00033 
00034 /* Define to enable the directory stack */
00035 #define FEATURE_DIRECTORY_STACK
00036 
00037 
00038 /* Define to activate redirections and piping */
00039 #define FEATURE_REDIRECTION
00040 
00041 
00042 /* Define one of these to select the used locale. */
00043 /*  (date and time formats etc.) used in DATE, TIME, */
00044 /*  DIR, PROMPT etc. */
00045 #define LOCALE_WINDOWS   /* System locale */
00046 /* #define LOCALE_GERMAN */    /* German locale */
00047 /* #define LOCALE_DEFAULT */   /* United States locale */
00048 
00049 #ifdef NT4_INTERNAL_COMMANDS
00050 #define INCLUDE_CMD_ACTIVATE
00051 #endif
00052 #define INCLUDE_CMD_ASSOC
00053 #define INCLUDE_CMD_ATTRIB
00054 #define INCLUDE_CMD_CHCP
00055 #define INCLUDE_CMD_CHDIR
00056 #define INCLUDE_CMD_CHOICE
00057 #define INCLUDE_CMD_CLS
00058 #define INCLUDE_CMD_COLOR
00059 #define INCLUDE_CMD_COPY
00060 #define INCLUDE_CMD_DATE
00061 #define INCLUDE_CMD_DEL
00062 #define INCLUDE_CMD_DELAY
00063 #define INCLUDE_CMD_DIR
00064 #define INCLUDE_CMD_FREE
00065 #define INCLUDE_CMD_LABEL
00066 #define INCLUDE_CMD_MEMORY
00067 #define INCLUDE_CMD_MKDIR
00068 #define INCLUDE_CMD_MKLINK
00069 #define INCLUDE_CMD_MOVE
00070 #ifdef NT4_INTERNAL_COMMANDS
00071 #define INCLUDE_CMD_MSGBOX
00072 #endif
00073 #define INCLUDE_CMD_PATH
00074 #define INCLUDE_CMD_PROMPT
00075 #define INCLUDE_CMD_RMDIR
00076 #define INCLUDE_CMD_RENAME
00077 #define INCLUDE_CMD_REPLACE
00078 #define INCLUDE_CMD_SCREEN
00079 #define INCLUDE_CMD_SET
00080 #define INCLUDE_CMD_START
00081 #define INCLUDE_CMD_TIME
00082 #define INCLUDE_CMD_TIMER
00083 #define INCLUDE_CMD_TITLE
00084 #define INCLUDE_CMD_TYPE
00085 #define INCLUDE_CMD_VER
00086 #define INCLUDE_CMD_REM
00087 #define INCLUDE_CMD_PAUSE
00088 #define INCLUDE_CMD_BEEP
00089 #define INCLUDE_CMD_VERIFY
00090 #define INCLUDE_CMD_VOL
00091 #ifdef NT4_INTERNAL_COMMANDS
00092 #define INCLUDE_CMD_WINDOW
00093 #endif

Generated on Sun May 27 2012 04:18:10 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.