mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.6 KiB

  1. /*
  2. * Manualy created by Clifford to keep common things alive ...
  3. *
  4. * --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  5. *
  6. * This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  7. * Please add additional copyright information _after_ the line containing
  8. * the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  9. * the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  10. *
  11. * ROCK Linux: rock-src/package/base/linux24/autoconf.h
  12. * ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  13. *
  14. * This program is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation; either version 2 of the License, or
  17. * (at your option) any later version. A copy of the GNU General Public
  18. * License can be found at Documentation/COPYING.
  19. *
  20. * Many people helped and are helping developing ROCK Linux. Please
  21. * have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  22. * file for details.
  23. *
  24. * --- ROCK-COPYRIGHT-NOTE-END ---
  25. *
  26. */
  27. /*
  28. * Code maturity level options
  29. */
  30. #define CONFIG_EXPERIMENTAL 0
  31. /*
  32. * Loadable module support
  33. */
  34. #define CONFIG_MODULES 1
  35. #undef CONFIG_MODVERSIONS 1
  36. #define CONFIG_KMOD 1
  37. /*
  38. * General setup
  39. */
  40. #define CONFIG_NET 1
  41. #define CONFIG_SYSVIPC 1
  42. #define CONFIG_BINFMT_ELF 1
  43. /*
  44. * Networking options
  45. */
  46. #define CONFIG_UNIX 1
  47. #define CONFIG_INET 1
  48. /*
  49. * Network device support
  50. */
  51. #define CONFIG_NETDEVICES 1
  52. #define CONFIG_DUMMY 1
  53. /*
  54. * Filesystems
  55. */
  56. #define CONFIG_QUOTA 1
  57. #define CONFIG_EXT2_FS 1
  58. #define CONFIG_PROC_FS 1